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. |
Beta Was this translation helpful? Give feedback.
-
|
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.
-
|
I updated Joyride to version 3.0.0-7, and that resolved my issue. |
Beta Was this translation helpful? Give feedback.
-
|
Fixed in v3.0.0 Full migration guide: https://react-joyride.com/docs/migration Thanks |
Beta Was this translation helpful? Give feedback.

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