Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

I'm using Tiptap with React and having trouble with the printing view. When I try to print, black borders appear because of the Tiptap Pagination extension. I've tried the following code to hide them, ...
JosephMoraila's user avatar
-1 votes
0 answers
51 views

I'm new to React and Next.js, and I'm running into a really annoying caching issue. When I have a api/auth/route.ts , and an Ecmascript parsing error is detected in this file, even after I fix the ...
Stéphane M.'s user avatar
-5 votes
0 answers
41 views

enter image description here while migrating all third-party plugins from older versions to the latest versions, bundle code which is generated after running npm run build, is not transpiled to ES5. ...
Praneetha Puchalapalli's user avatar
Advice
1 vote
7 replies
146 views

I built a simple user administration app in JavaScript/React. It covers the basics, listing users, adding, editing, and deleting them, but I feel like there's a lot of room for improvement and I'm not ...
Gurken Sandla's user avatar
-2 votes
0 answers
36 views

I’m using Mantine useForm with Yup resolver inside a modal. I have a two-step UI: Step 1: Action selection User clicks either Approve or Reject Step 2: Remarks + final submit After clicking action, I ...
Emdadul Haque's user avatar
0 votes
0 answers
26 views

I am using a stripped down version of the example used in the documentation, however I get these errors: Here's my code: import Box from '@mui/material/Box'; import { DataGrid, type GridColDef } from ...
Travis Heeter's user avatar
0 votes
2 answers
121 views

I am building a Next.js 14 app using the App Router. I have a dynamic route /products/[id] and I'm using useEffect with the params.id as a dependency to fetch data whenever the user navigates to a ...
Sumit Mayani's user avatar
Advice
0 votes
2 replies
55 views

[plugin:vite:import-analysis] Failed to resolve import "./src/assets/Header.jsx" from "src/App.jsx". Does the file exist? C:/Users/MCLAREN/Desktop/Website react/my-react-app/src/...
M A Aziz Umair's user avatar
0 votes
1 answer
105 views

I'm working on a calendar for a project where, when a chosen event is clicked, a pop-up box is supposed to appear right above the clicked element. I originally tried to do it where it works based on ...
zichyboy's user avatar
  • 195
1 vote
2 answers
183 views

I have a component that redirects the user to whatever protected route they were trying to access after they log in via: export const ProtectedRoute = () => { const { token } = useAuth() const ...
vance's user avatar
  • 29
Advice
0 votes
3 replies
80 views

I currently get a jwt token from my backend and save it in my localStorage, and i would like the session to expire after a certain amount of time, and automatically sign the user out, what would be ...
vance's user avatar
  • 29
-1 votes
0 answers
68 views

I am building a dynamic list in React with Framer Motion. I want to achieve two goals: When the list initially mounts, the items should animate in sequentially using the parent's staggerChildren. ...
pinnku's user avatar
  • 1
-2 votes
1 answer
54 views

I’ve noticed that my Next.js application keeps accumulating cache over time in production. After a couple of weeks, the cache size grows significantly (40–50GB), and much of it appears to be ...
Pranay Tomer's user avatar
2 votes
1 answer
89 views

I came across the following statement: Calling startTransition, even if no updates are triggered inside it, will still cause both a high-priority update and a low-priority update. To check this ...
user3257598's user avatar
Advice
0 votes
0 replies
45 views

I’m working on a React-based website where most pages are rendered dynamically. The issue I’m facing is that meta tags like title and description are not being properly indexed by Google for ...
ItsSprydrax's user avatar

15 30 50 per page
1
2 3 4 5
31717