My chrome browser suddenly shows an issue like that A page or script is accessing at least one of the navigators.UserAgent, navigator.appVersion, and navigator.
I'm not actually sure if i am using the proper terminology. Basically i would like to have a file with a component such as: //Foo.tsx const useStyles = createUs
I am trying to set some environment variables in react firebase config variables. But it does not work. Now I want to know how to do the work? Mainly I want the
i am having issues while trying to build my storybook with rollup.js, in my react components i am using @mui/material and in their installation page its asked t
Situation : 1.My nodeJS server serves a file like so : fileRouter.get('/firefox', async (req,res)=>{ const mime = 'application/x-xpinstall'
this is my app.js code: import { BasicTable } from './tables/BasicTable'; import './App.css'; function App() { return ( <div className="App">
I'm trying to involve coding a simple component to highlight substrings of text provided by a user but I'm getting errors when I'm trying to get the value from
I understand that the React Testing Library approach is to query for DOM elements in a way that makes sense from a user's perspective (e.g by role or visual tex
I'm working on a project where I need to implement Firestore database in a React app, which I do like this: I have a firebase.js file in the src directory which
I get this error while building this Next.js React project Type error: 'Draggable' cannot be used as a JSX component. Its instance type 'Draggable' is not a
I have a humanoid model, I want to view only the top part of the model (The head- shoulders - a part of stomach and arms) How can I do that? Here's my code: App
const [filter, setFilter] = useState([]); let brandList = []; const handleCheckBox = (e) => { const { value, checked } = e.target; if (checked) {
I am building an electron-react app with Agora for calls. I am trying to implement the screen sharing feature. As described in the following documentation I tri
I am trying to load query parameters using getServerSideProps to insert Head meta tag based on the parameters response from API request. Currently, the below co
Most of the case when I deploy in my nodejs server on heroku. I just faced this issues called Application Error. Now Question is why this error appear when we d
I get an error after saving the file, the code automatically formats like the code below error opening and closing tags, automatic carriage return, auto-add {"
I am using react-error-boundary package to show the fall back UI in case application throws any errors. The package works fine for me. I need to understand how
I have this form of data coming from an API and I want it to convert into different structure in JavaScript . [ { "1": { "id": 1, "coinname":
In createTheme function on MUI, in the palette section there is a "type" option. I have created two different palettes with type options dark and light as you c
How do I update the content of child12 using immerJS const [fields, setFields] = useState([ { name: "Parent 1", id: "parent1", child