Replies: 1 comment 3 replies
-
Hi guys, I have the same problem with React 19 and I cant build the project. We have some solution that we can apply? Thanks for your help. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I'm using react-joyride in a next js 15 with react 18 but when I try to build my project, I face this error:
pnpm build
▲ Next.js 15.1.2
· turbo
Creating an optimized production build ...
✓ (pwa) Compiling for server...
✓ (pwa) Compiling for server...
✓ (pwa) Compiling for client (static)...
○ (pwa) Service worker: C:\Users\HP\Desktop\team-insight\public\sw.js
○ (pwa) URL: /sw.js
○ (pwa) Scope: /
Failed to compile.
./node_modules/react-joyride/dist/index.mjs
Attempted import error: 'unmountComponentAtNode' is not exported from 'react-dom' (imported as 'ReactDOM').
Import trace for requested module:
./node_modules/react-joyride/dist/index.mjs
./src/components/tourProvider.tsx
./node_modules/react-joyride/dist/index.mjs
Attempted import error: 'unstable_renderSubtreeIntoContainer' is not exported from 'react-dom' (imported as 'ReactDOM').
Import trace for requested module:
./node_modules/react-joyride/dist/index.mjs
./src/components/tourProvider.tsx
how can I solve that?
Beta Was this translation helpful? Give feedback.
All reactions