I am trying to attach an event listener to the "max" Avatar specifically in the AvatarGroup, I know I can style the element but don't have access to the element
Good Afternoon all, I built a React.js web music-player application a while ago, and now I am transforming my old react application into a downloadable des
I have a project with a few pages that are rendered within a layout with a sidebar and a topbar: <AnimatePresence exitBeforeEnter> <Routes location=
This is where I would like to "stock" my API data. It's a component named api.js import axios from "axios"; function Api() { const options = { metho
I am trying to fetch data from a JSON file using map function, but I keep getting this error 'Each child in a list should have a unique "key" prop' even though
Is there a way to see all available error messages that are returned from the @aws-amplify/auth Auth methods? When calling Auth.forgotPassword with the correct
While trying to download the schema using npm run schema:download I am receiving the following error. [email protected] schema:download npx apollo service:download
Here, I have nested array object categories which have nested array objectproduct. product contains name, price, discount, unitsold properties with images array
I try to add an array of files into "files" property in Formik state, Formik state: initialValues={{ firstName: '', last
I suddenly get this error and not sure why. I did not change the "react-router-dom": "^6.0.0-beta.4" version. But the "react-dom": "^16.8.4"" vad changed to "re
I have an app using npx create-react-app name. While trying to build my app using npm run build, it was interrupted with the following error. Failed to minify t
In my app I fetch data from my API after a button is clicked that changes the state of endpoint. Until the data is fetched I want to display a loading icon. Aft
I have an issue in my tests that flag up a window variable as undefined. But I don't know where in the setupTests.tsx, I would need to define it. So far the var
I want to render names that are in the State. But I get this error: Type '{ name: string; }' is not assignable to type 'ReactNode'. I understand that ReactNode
I created the endpoint with createApi: export const postsApi = createApi({ reducerPath: 'postsApi', baseQuery: fetchBaseQuery({baseUrl: 'https://jsonplaceho
The default Appbar color is set by MUI to the primary color, which is the blue color. If I wanted to change that color directly using sx={{ background: 'white'
I have 3 lists of a clickable links, so when you click one you go to that section and the line too. so this is my code : <div className="description-containe
There is a strange behavior when running ReactJS 17.0.2. I have a function that generates a random number outside of a component. I assign the return value of t
So, this is my problem. Im new to Gatsby and im trying to figure out whats the problem, im getting headache cause of this, cuz it seems not syntactically wrong.
I'm new to graphql I'm building real time chat app. Currently I'm making it offline first. Using react as front-end. I'm currently caching the data on localStor