Deploy issues in v0.dev

The project that I deployed without any problem until yesterday is now not deployed with this error. I haven’t made any changes to the project, but I don’t know if it’s a general problem, not just this project. I cannot deploy many of my projects for this reason.

20:19:15
▲ Next.js 15.2.4
20:19:15
20:19:15
Creating an optimized production build ...
20:19:45
Failed to compile.
20:19:45
20:19:45
./node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.0_@types+react@19.1.2_react@19.1.0/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs
20:19:45
Attempted import error: 'useEffectEvent' is not exported from 'react' (imported as 'React').
20:19:45
20:19:45
Import trace for requested module:
20:19:45
./node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.0_@types+react@19.1.2_react@19.1.0/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs
20:19:45
./node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.0_@types+react@19.1.2_react@19.1.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs
20:19:45
./node_modules/.pnpm/@radix-ui+react-slider@1.3.0_@types+react-dom@19.1.2_@types+react@19.1.2__@types+react@_16987d7aa2acbb80113b3dd846bea0f0/node_modules/@radix-ui/react-slider/dist/index.mjs
20:19:45
./components/ui/slider.tsx
20:19:45
./components/sections/commission-calculation-section.tsx
20:19:45
./app/[locale]/page-client.tsx
20:19:45
20:19:45
20:19:45
> Build failed because of webpack errors
20:19:46
 ELIFECYCLE  Command failed with exit code 1.
20:19:46
Error: Command "pnpm build" exited with 1
20:19:46

I can recreate the project and deploy it with the same project files without any problem, but of course I get an error when deploying the existing project.

Did you know about these other v0 resources? A human should be here soon to help, but the answer may already be available even faster in one of these other posts.

This guide is a great place to start.

And these recordings can give you a look at v0 features and strategies in action: https://community.vercel.com/tags/c/events/42/v0

Also having this issue.

npm install radix-ui@latest fixed it.