-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 19 support #2341
Labels
area: core
relates to core classes // parts of the library
kind: request
New feature or request that should be actioned
Comments
joshuaellis
added
kind: request
New feature or request that should be actioned
and removed
template: bug
This issue might be a bug
labels
Dec 7, 2024
so no react 19 support? |
Not yet no, but im hoping to work on it this month. |
1 task
1 task
I'm still waiting for react19 support, I'm stuck here on upgrading a project, any intel |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: core
relates to core classes // parts of the library
kind: request
New feature or request that should be actioned
Which react-spring target are you using?
@react-spring/web
@react-spring/three
@react-spring/native
@react-spring/konva
@react-spring/zdog
What version of react-spring are you using?
9.7.4
What's Wrong?
npm error Could not resolve dependency
To Reproduce
npm i @react-spring/web
Expected Behaviour
(node:26685) ExperimentalWarning: CommonJS module /opt/homebrew/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /opt/homebrew/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use
node --trace-warnings ...
to show where the warning was created)npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: undefined@undefined
npm error Found: react@19.0.0
npm error node_modules/react
npm error react@"^19.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.8.0 || ^17.0.0 || ^18.0.0" from @react-spring/web@9.7.5
npm error node_modules/@react-spring/web
npm error @react-spring/web@"*" 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.
Link to repo
https://github.com/pmndrs/react-spring
The text was updated successfully, but these errors were encountered: