-
It seems that the documentation and the examples for useTransition are referring to v8, but when we update react-spring version to v9, they break. For example: https://codesandbox.io/s/1y3yyqpq7q I am reading the breaking changes for v9 but I have issues understanding what's breaking in that codesandbox above. How would you refactor that codesandbox for it to be compatible with v9? 🤔 |
Beta Was this translation helpful? Give feedback.
Answered by
cywtf
Oct 26, 2020
Replies: 1 comment
-
I reply to my own issue 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cywtf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I reply to my own issue 😄
Here is a codesandbox with a similar prototype.