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.420:19:1520:19:15Creating an optimized production build ...20:19:45Failed to compile.20:19:4520: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.mjs20:19:45Attempted import error: 'useEffectEvent' is not exported from 'react' (imported as 'React').20:19:4520:19:45Import 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.mjs20: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.mjs20: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.mjs20:19:45./components/ui/slider.tsx20:19:45./components/sections/commission-calculation-section.tsx20:19:45./app/[locale]/page-client.tsx20:19:4520:19:4520:19:45> Build failed because of webpack errors20:19:46 ELIFECYCLE Command failed with exit code 1.20:19:46Error: Command "pnpm build" exited with 120:19:46I 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.