Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
16 views

All folders and files are available here: https://github.com/Altazavr/B-production. When I try to build Storybook, I get the following error: npm run storybook:build Error: ERR! => Failed to build ...
Паувер Тзен's user avatar
0 votes
0 answers
10 views

I am building a network of nodes in 3d with edges connecting the nodes. I am correctly using manual xyz coordinates. I tried with copilot to auto adjust but it implemented a force-directed graph ...
zeus's user avatar
  • 1
0 votes
1 answer
11 views

I am working on a input form for adding a food item but I ham having a error which I could not solve and need help. Below is code: const schema = zod.object({ name: zod.string().min(2, &...
Sohail Shams's user avatar
2 votes
1 answer
47 views

I installed the required packages: npm install react-slick slick-carousel But I am getting this error when trying to use react-slick: Element type is invalid: expected a string (for built-in ...
Kochikame videos's user avatar
-1 votes
2 answers
35 views

So basically I have this problem with the viewport width not working as wanted in React. I just want to make a simple design with the page having a background and a timer across with a blurred ...
raghav tiwari's user avatar
Best practices
1 vote
1 replies
47 views

We need to make a program for school, it works just fine I let gemini do some comments, they are in german tho, I could change it to english if I need to, I would like to know how I could improve it. ...
Ekillgamer2007's user avatar
0 votes
0 answers
30 views

Background React SPA with AWS Cognito for authentication. We have a page with restricted access; users must be a member of <groupA> in order to view /restricted_page. At login, we have: const { ...
A_Wunder's user avatar
  • 195
-5 votes
0 answers
49 views

I have a React single-page application with lazy imports and lazy routes. The problem is common: when I build a new bundle, release it, and then try to fetch a lazy-loaded component, the app crashes. ...
Guzuro's user avatar
  • 5
0 votes
0 answers
21 views

This is my config file for Column of Ant Design const config = { data, xField: 'ruleLabel', yField: 'ruleCount', xAxis: { label: { autoRotate: false } }, style: { ...
Conan Mori's user avatar
-1 votes
0 answers
23 views

I am using PrimeReact in an SPFx React application that runs inside Microsoft Teams. The component behaves normally in a browser, but inside Teams it automatically adds a chip after typing just one ...
Deep Ponkiya's user avatar
-3 votes
0 answers
38 views

I’m working on a React (Create-React-App) project that is deployed behind CloudFront + S3. Our application is 100% frontend JavaScript — we do not use PHP anywhere in our codebase or backend. However, ...
Pavan's user avatar
  • 5
-2 votes
0 answers
40 views

I have used this <iframe> in the header to make the video work as a background autoplaying video. It works fine on desktop and Android, but it does not work on iOS. On iOS the video stops at the ...
syed khizar's user avatar
2 votes
1 answer
34 views

I have this React App which uses a django API and everytime websocket data comes in, the displayed prices in my app are changed, my goal is that when they change they flash red/green for about 0.5 ...
Boriscodes's user avatar
-3 votes
0 answers
37 views

export default function PayUMoneyPayment({ data }) { const handlePayuNativeCordovaMobilePay = async () => { const key = "xyz"; const txnid = "txn_" + Math.random()....
Prathyush Lal's user avatar
-3 votes
0 answers
38 views

I recently reset my laptop and set up a fresh development environment on Windows. I installed Node.js (LTS) and pnpm. I cloned my repository, which has a nested folder structure. Directory Structure: ...
SJ K's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
31795