Getting Error during build nextjs Application #1164
Replies: 4 comments 1 reply
|
I'm also having this build error -- would love help on how to resolve. |
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. |
0 replies
|
Fixed in v3.0.0 Full migration guide: https://react-joyride.com/docs/migration Thanks |
0 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.
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?
All reactions