I want the query to retry until the expected result is met. How do I pass a condition into the function to decide if the query succeeded or not? export async fu
What is the definition for "parent component" in React? eg. const A = () => { return ( <B> <C/> </B> ); } Is A the paren
I have trouble about sending message from cross-domain iframe in React. I read many articles, most of them are about sending message to iframe. The issue is tha
We can globally customise the severity icons shown in the Alert component through the theme: MuiAlert: { defaultProps: { iconMapping: { info
I need too use useQuery a few times to get different data from db. So I call: const {data: var1} = useQuery(MY_QUERY, {variable: {content1}); const {data: var2
I'm using react-cloudinary-upload-widget in my React app to allow users to upload a profile picture. The idea is to store the image on Cloudinary and store its
I'm writing a code where I have a table of 3 columns. the last column is editable. My requirement is, when I click on that cell, add a new value, and it should
this is my first time posting here. I am having a problem with how the production build paths to my images are generated when I run npm run build. I have some l
Is there possibility to get the browser time in react. Is there any library that can help with this. The web page should display the time of t
I'm writing an application REACT frontend and Flask backend (with Flask-cord installed). When I make a call from the frontend I get an error Access to fetch at
i am trying to send array of files like this to the server but i have a problem it always sent to the server by this format [Object file] how can i send the fil
I am trying to build my storybook with tailwind css. When running build-storybook the components are rendered with the tailwind classes. Unfortunately, when I b
I want to fetch user information stored in firestore after the user has logged in using google sign in. I am checking whether the user exists or not. If the use
I'm really confused about that. I want to make a user to user chat app on my project with Django and React. I've tried create a model and fetch messages with Re
I'm trying to display the error message I set using yup validation - my schema for displayName looks like this: displayName: yup.string().required("Please ente
I have the almost same issue that asked before I have tried to use the same solution but could not manage it. All I want to see is to get correct error message
I'm obviously quite confused about this but, I have a module FileAttachments which imports (and no one else does) a fair number of other sizeable modules. I'd
I am using react js to develop my project.I am using React MUIDatatable to bind the data, which I am receiving from API as shown below. I am facing issue, when
I have products with a star icon to add this product in wishlist. I map 10 list of products and each map has 3 products like: (I Map it in Pagerview to swipe to
Error when using npx create-react-app my-app. I'm new in node and react and I'm trying to create my first react app. I seem to have fairly good internet connect