-
Notifications
You must be signed in to change notification settings - Fork 27
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
it throw error with the new version react-spring, react-spring is in beta and interface changed! #16
Comments
So weird... it's working for me when I clone this repo and use storybook. Can you try the same? Out of curiosity, and you using yarn or npm? |
I use Sancho + react-spring, while Sancho use toasted-notes, it was nested dependency. toasted-notes can move to the new version react-spring ? My projecct use "react-spring": "^9.0.0-beta.31", |
has there been a fix? |
i am getting on |
Unfortunately I just don't have much time to work on this repo recently. I'd eventually like to just rewrite it - made the mistake of switching to the react-spring 9 beta, which has resulted in some of these dependency problems. |
I change react-spring to 8.0.27 in both sancho and my Project, but sill get error: |
my package.json: :
"name": "frontend-sei",
"dependencies": {
"react-spring": "8.0.27",
"sancho || customize-easy-ui-component" : "3.5.7-hez04",
"react-gesture-view": "^2.1.3",
"react-gesture-stack": "^1.3.2",
},
"peerDependencies": {
},
|
Yes, installing react-spring solves the problem. Sad to hear you don't have time lately |
how did you solve this issue? i have production web app that depends on this and keeps breaking. |
have you installed react-spring v8 as a peer dependency? |
yes, that solved the issue.Is there a way to stop it from breaking if i run npm update |
I am on version 9 (latest beta) and am currently having this issue. Has there been any other issues related to this that might point me to a solution? |
No description provided.
The text was updated successfully, but these errors were encountered: