Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

All Questions

Tagged with or
-3 votes
0 answers
19 views

I'm using Next.js (App Router) with Swiper.js to create a continuous autoplay slider. Locally it works perfectly, but in production (Netlify) autoplay sometimes doesn't start or stops randomly, ...
Manuel Esteban Morales Zuarez's user avatar
-1 votes
0 answers
15 views

I'm building an Expo app that includes a simple “fake code editor” with syntax highlighting. On iOS everything renders perfectly, but on Android I'm facing a major issue: black text appears on top of ...
Mr Karan's user avatar
-1 votes
0 answers
14 views

In the MaterialUI Select component the default behaviour for pressing 'Enter' is opening the dropdown. I want to prevent this behaviour and execute a function when pressing 'Enter'. I tried both event....
FNR's user avatar
  • 507
Advice
0 votes
2 replies
34 views

I have created a copilot VA agent and i want to integrate it with my react app published as a teams app. The authentication for the copilot VA agent should happen automatically for the logged in teams ...
surag's user avatar
  • 103
Advice
0 votes
4 replies
24 views

I am a fresher and I am building a small hotel website. My tech stack is: Backend: Spring Boot (Java) Frontend: React Database: MySQL I want to deploy this project so that it is publicly accessible ...
Chinmay Pardeshi's user avatar
0 votes
2 answers
47 views

I'm building a data filtering component in React/TypeScript, and I'm getting a confusing TypeScript error when trying to filter an array based on user input. The error says my string argument is type ...
Jeni Savaliya's user avatar
Best practices
0 votes
1 replies
23 views

function User() { const { data: user, isPending, isError, error } = getUser() if (isPending) return <Skeleton /> if (isError) return <ErrorFallback error={error.message} /> if (!...
Yash Gorasia's user avatar
-1 votes
0 answers
22 views

I have created SPFx with React solution. I have used "primereact": "^9.4.0" version. I’m trying to lazy-load PrimeReact components in my SPFx + React application. But I am not ...
Sagar Mehta's user avatar
-1 votes
0 answers
24 views

In the image above, I have to start the PDF from the left; otherwise, if I use the centre alignment, it causes horizontal scrolling issues. So I don't want the horizontal scroll to break, and I want ...
cheescakesss3's user avatar
-3 votes
0 answers
30 views

When using rspack with typescript and Material UI (MUI) with React to run in development mode, the following error is thrown: _emotion_styled__rspack_import_0 is not a function TypeError: ...
zXynK's user avatar
  • 1,374
-3 votes
0 answers
62 views

I’m implementing a Pomodoro timer where rotating a wheel (like a physical knob) should play a short mechanical “click” sound on every mouse-wheel step. I tried two approaches: Using AudioContext ...
Anupam Thakur's user avatar
Advice
1 vote
3 replies
64 views

I have a project in Next JS and I am fetching data from API using TanStack Query. I am also using openapi-typescript package for generating API response types automatically from the openapi.json file. ...
Yash Gorasia's user avatar
-4 votes
0 answers
65 views

Context I am building a To-Do application using React.js and Tailwind. The app has a navigation bar with three distinct sections/routes: My Todo (The main list) Scheduled Tasks Completed Tasks The ...
Tariah Steve's user avatar
-1 votes
0 answers
42 views

I'm facing an issue with the React Compiler auto-memo. React DevTools shows that Test2 is memoized (sparkle icon), but console.log still runs on every render. import { useState } from "react"...
K i's user avatar
  • 615
1 vote
2 answers
90 views

I'm trying to make a progress bar that has a transition animation. Think: a multi-page wizard, and when you advance to the next page the progress bar animates to the next step. When the progress bar ...
Ivan Rubinson's user avatar

15 30 50 per page
1
2 3 4 5
31799