I’m getting the following error message when I try to install the UI toolkit on a new project that uses nextjs 15 and react 19
Are there any plans to make this module compatible with react 19?
Or is it safe to use the --legacy-peer-deps flag to install it?, any workarounds you would recommend?
npm install @zoom/videosdk-ui-toolkit
npm info using npm@11.0.0
npm info using node@v22.11.0
npm http fetch GET 200 https://registry.npmjs.org/@zoom%2fvideosdk-ui-toolkit 366ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@reduxjs%2ftoolkit 91ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/react 47ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/react-redux 37ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@types%2freact 43ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/redux 41ms (cache revalidated)
npm http fetch GET 200 https://registry.npmjs.org/@zoom%2fvideosdk 496ms (cache revalidated)
npm http cache https://registry.npmjs.org/react 18ms (cache hit)
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: jeopardy-v1@0.1.0
npm error Found: react@19.1.0
npm error node_modules/react
npm error react@"19.1.0" from the root project
npm error peerOptional react@"^16.9.0 || ^17.0.0 || ^18 || ^19" from @reduxjs/toolkit@2.8.2
npm error node_modules/@reduxjs/toolkit
npm error peer @reduxjs/toolkit@"^2.0.0" from @zoom/videosdk-ui-toolkit@2.2.5-1
npm error node_modules/@zoom/videosdk-ui-toolkit
npm error @zoom/videosdk-ui-toolkit@"*" from the root project
npm error 1 more (react-redux)
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0" from @zoom/videosdk-ui-toolkit@2.2.5-1
npm error node_modules/@zoom/videosdk-ui-toolkit
npm error @zoom/videosdk-ui-toolkit@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/hiddenberg/.npm/_logs/2025-07-24T21_37_14_675Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/hiddenberg/.npm/_logs/2025-07-24T21_37_14_675Z-debug-0.log