Skip to main content

All Questions

Tagged with
0 votes
1 answer
35 views

Async Methods in TypeScript React E-Commerce App: Issue with Conversation Creation and Message Sending

I'm developing a TypeScript React E-Commerce platform with Java Spring Boot and PostgreSQL. When users submit a form, it should create a Conversation with an admin and send the form as a Message ...
Peter Sarateanu's user avatar
2 votes
1 answer
90 views

React image upload re-rendering uploaded images when adding/deleting

I have a React code that lets you add image files, preview, delete on click and add more. I'm happy with the functionality but I noticed some performance issues. function App() { const [...
Sebastian Meckovski's user avatar
1 vote
1 answer
55 views

How to convert Map<string,boolean> to {key: string; value: boolean;}[]?

I'm using React with TypeScript support and on the user creation page, I have implemented the dynamic creation of permissions, following this peace of code. The permissions used on the page are set by ...
TyuJas's user avatar
  • 27
0 votes
0 answers
193 views

Identifier 'originalPrompt' has already been declared (React TS)

In my project i have no variable called "originalPrompt" but It keeps showing me this error The issue appears for users with using "Selenium IDE" chrome extension Is it possible ...
Nou's user avatar
  • 71
0 votes
2 answers
128 views

React useQueries making several get requests when each request depened on previous one (continue params)

I'm looking to fetch pages from wikipedia API. for the sake of keeping this short I won't explain in deep, but the bottom line is that i need to use what returned in previous request (when resolved) ...
Jonathan Ribak's user avatar
0 votes
0 answers
44 views

How to fix that the Content Appears Before Loader and CSS Loading on SharePoint Server 2019 Website

We have encountered an unusual glitch on our SharePoint Server 2019 website, where the content is rendering before the loader and CSS styles are fully loaded. This issue is impacting the user ...
Arun's user avatar
  • 3
2 votes
2 answers
1k views

Failed to fetch AWS

I have a problem uploading files to the S3 bucket using the @aws-sdk/client-s3 library using PutObjectCommand and @aws-sdk/lib-storage Uploading files above 70kbps more or less returns the error: `...
André Henrique's user avatar
0 votes
1 answer
120 views

React Syncfusion saved layout cannot be set

I am working in React typescript and more specifically making a pivot table report, I am using syncfusion components for this app. Everything works as expected but their documentation does not explain ...
Freeeeky's user avatar
1 vote
0 answers
441 views

I import uuid in my react typescript, Got an id error Type 'string' is not assignable to type 'number

**I got red line or error in id , i import uuid in my react typescript file,here is my code ** import { v4 as uuidv4 } from 'uuid'; const handleAddUser = () => { setValues({ name: '', email: ''...
Anuj Gupta 24's user avatar
0 votes
1 answer
381 views

Intersection Observer (React) is duplicating data in my array

I created an intersection observer using the following guide: https://medium.com/@ogbopinamoses/how-to-implement-infinite-scroll-in-a-react-app-using-the-intersection-observer-api-3d8b3d88629b However,...
cking888's user avatar
  • 173
0 votes
1 answer
99 views

How can I list products that I added to the basket when I click on it?

I have some product IDs in local storage. Using these IDs I'm trying to list products that were added to the basket. However, when I move to the basket page, products are not listed, unless I for ...
Oğuzhan's user avatar
0 votes
1 answer
249 views

Can not filter properly data in cloudspace design table

I am using NodeJS for backend, ReactJs and Cloudspace Design for frontend application. I have a cloudspace design table to list data acquired from backend services. I am able to fetch and provide data ...
Onur's user avatar
  • 451
0 votes
2 answers
80 views

New to TypeScript, Errors converting JS to TS learning as I go

I'm converting an existing Reactjs project to typescript. I'm also learning TS as I go on this project. I am getting a few errors that I am not sure how to navigate and can't seem to find a good ...
NewBeeee's user avatar
0 votes
0 answers
54 views

deleting product by document ID in firebase [duplicate]

I can't delete a product by document ID in firestore, need a help about this <div className="container mx-auto max-w-2xl pt-5"> {products.map((product: IProduct) => ( ...
Andrii Chykulai's user avatar
0 votes
0 answers
84 views

transitioning to a new value in threejs

So I am kind of new to this three js library and I would appreciate it if someone could help me with this issue; the plan is to render a rotating shape whose size changes periodically (say every 2 ...
Sylvahh's user avatar
  • 13

15 30 50 per page
1
2 3 4 5 6