You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an animation for a dropdown container that grows it and fades it in. Through version 9.7.5 and even an older version of the beta this animation worked. On version 10 this animation no longer fires. Adding an onChange shows its never fired on v10. I have other animations that work with v10 but I think maybe scale may be the culprit here
This might be related to the issue I'm also seeing with the imperative API: #2377
What happens if you downgrade from 10.0.1 back to 10.0.0, can you still see the issue? For me, it was the patch version bump that broke the imperative API for me.
Uh oh!
There was an error while loading. Please reload this page.
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?
10.0.1
What's Wrong?
I have an animation for a dropdown container that grows it and fades it in. Through version 9.7.5 and even an older version of the beta this animation worked. On version 10 this animation no longer fires. Adding an onChange shows its never fired on v10. I have other animations that work with v10 but I think maybe scale may be the culprit here
To Reproduce
You can reproduce the bug by running the project at https://github.com/alexkahndev/react-spring-v10-bug. You will notice that no dropdown appears and no animation is run.
Expected Behaviour
20250524-0914-10.4955344.mp4
Link to repo
https://github.com/alexkahndev/react-spring-v10-bug
The text was updated successfully, but these errors were encountered: