Replies: 2 comments 3 replies
-
@joeshub It seems to me that it doesn't work properly 🤔 Is this a bug or something? Because i'm facing the same shutter issue |
Beta Was this translation helpful? Give feedback.
3 replies
-
I was checking out react-spring and came across this working codepen: It looks like useTransition breaks from v8 to v9, specifically the
How should it be re-written for the newer version of react-spring? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi
Some folks are having issues with useTransition so I just wanted to link a working example here.
https://codesandbox.io/s/compassionate-fast-yc7ju?file=/src/index.tsx
the biggest change is that
useTransition
now returns afunction
that replaces you having to iterate viamap
Beta Was this translation helpful? Give feedback.
All reactions