Getting Error during build nextjs Application #1164
Unanswered
MRanaGitHub
asked this question in
Q&A
Replies: 3 comments 1 reply
-
I'm also having this build error -- would love help on how to resolve. |
Beta Was this translation helpful? Give feedback.
0 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.
0 replies
-
I updated Joyride to version 3.0.0-7, and that resolved my issue. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am using Nextjs 15.1.3 and React version is 19.0.0.
React joyride version is this: "react-joyride": "^2.9.3",
Getting following error during build Nextjs Application.
$ next build
▲ Next.js 15.1.3
Creating an optimized production build ...
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/joyride/JoyrideProvider.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/joyride/JoyrideProvider.tsx
How can i resolve it?
Beta Was this translation helpful? Give feedback.
All reactions