useTransition with custom component #1195
Unanswered
Jared-Dahlke
asked this question in
Support
Replies: 1 comment 1 reply
-
in case anyone else comes looking for this. I just ended up putting my Grid item above the animated.div
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
hey guys <animated.div> is messing up my styling on my custom component so I'm trying to implement something like const AnimatedDonut = animated(Donut) , but with useTransition. If I use animated.div it works perfectly but messing up my styling on MyCustomItem. This is what i'm trying to do but it doesn't work :
Beta Was this translation helpful? Give feedback.
All reactions