Replies: 1 comment 5 replies
-
Can you please provide a repo of the issue you are experiencing, I'm also going to move this to a discussion because it is a question. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The existing example from the docs no longer works.
I've tried a few variants ie using the
[_, ref]
returned fromuseSpring(() => {})
in the updated api like thisThis gives a type error,
Type 'SpringRef<{ opacity: number; }>' is not assignable to type 'SpringRef<Lookup<any>>'
and doesn't seem to work.Is there an updated example or a recommended new way to chain animations?
I love
react-spring
, thank you for the workBeta Was this translation helpful? Give feedback.
All reactions