I am using express-session to store my sessions persistently on a MongoDB database. The project worked perfectly in a development environment but for some reaso
My code problem is that I want to create a token from the backend and add it to my item. Now the page is crashing due to mapping the data. <div className='b
When I click my add to cart button on the page it comes up with the error 'cart is not iterable' in console not sure what Im doing wrong as Im not sure I really
Ive looked online and searched and asked but no one can answer my question I need to format a whole number Eg: 12059 to look like this 120m59s. Ive tried with m
I am getting this warning when I have worked on my react project: Warning: Cannot update a component (BrowserRouter) while rendering a different component (Log
My React Component is rendering twice. So, I decided to do a line by line debug and the problem is here if ( workInProgress.mode & StrictMode) {
I am fetching data from an API and displaying it in NearestRides component(it gives a nested object). I need to filter the data based on state or city selected
I have a component that will take an array of objects and will render a grid of lists //Awards import React from "react"; import MarkDown from "components/Desi
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) {