-
-
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
Comments
so no react 19 support? |
Not yet no, but im hoping to work on it this month. |
I'm still waiting for react19 support, I'm stuck here on upgrading a project, any intel |
hello @joshuaellis , Is this work in progress? This is not meant to rush you, but I’m asking to get an estimate of the timeline. |
Hi, @joshuaellis . Could you please provide a status update on this issue? I noticed that there is a draft pull request that has yet to be merged. I guess there was some kind of problem with the tests not being compatible with React 19 in the test environment? Are you just waiting on an upstream fix for that problem? |
Is there any estimate on this one? Have a great one! |
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: [email protected]
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/[email protected]
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: