so I'm generating an invoice, and am using the react-csv package to covert my graphql data into a csv file. problem is I don't want the user to select a locatio
I created a React application with npx create-react-app. Then following these instructions https://fontawesome.com/how-to-use/on-the-web/using-with/react I inst
I have two ag-grids one beneath the other in the same page. Using the ag-grid export option, I can export them separately. But I am looking for any possible way
After adding an SWR data fetch to my react component it crashes, if I comment it out it works fine. I get the following error after uncommenting line const { da
the goal is to displayed marker on map. I don't understand why my markers are not displayed I use react-leaflet The response is okay but nothing is displayed th
I'm trying to run a really simple test with react-testing-library where a button is given a mock function, the button is clicked, and the test checks that the f
I'm using <CardElement> and "@stripe/react-stripe-js": "^1.4.1", "@stripe/stripe-js": "^1.17.1", Only seeing this issue on chrome mobile browser
I'm trying to implement React Native into an existing Android application. I follow the steps in the official documentation and I have ended with the following
I have created my application in REACT.js and I have embeded my PBI reports into my application. Whenever I am clicking on the button in my PBI report, I am be
There is a problem about my compenent, that is it doesn't show up? It's a first I'm doing a website project and using JS and React, so I don't know really what
I'm trying to properly type the following scenario: I have a manager/service that contains a collection of items, each item itself consisting of a React compone
I am beginner in web dev and trying to create a Full stack project using Mysql Express React Node js. Facing this TypeError issue while using Sequalize with nod
I'm using Chart.js with a React wrapper (react-chartjs-2). I want to upgrade to the latest major version of Chart.js (3.x) to remove the dependency on moment, a
40 I'm having trouble checking in React Js if a value is is any of the following combinations no spaces in starting Ramaining accept anything(
Why does React show duplicate console.log? I found that to remove StrictMode from index.js. but there was no such problem before and why did I remove StrictMode
I'm trying to run the project locally. I'm following the instructions which are straightforward. But when running npm start I get this huge error as seen below.
I'm working on a Docker-Django-Graphene-React stack where Django is the backend which receive GraphQL queries through Graphene from React which acts as the fron
When I use setState to change the object, the page reloads, resetting everything on the page. As I am making a tic-tac-toe app, either an X or 0 appears when I
I have a project written in react-script and during build I got error Treating warnings as errors because process.env.CI = true. Most CI servers set it automati
This is the App.js when I change the home name in the navigator it works well <Drawer.Navigator drawerContent={props => <DrawerContent {...props} /