Replies: 1 comment
-
Seems like an issue with |
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.
-
I'm trying to make an animation using Three (react-three-fiber specifically) where a bunch of spheres have a staggered way of appearing and then disappearing.
Here is my code using useTrail:
and in my return:
However sometimes it throws this error in my console:
It only throws this half of the time, and there is a noticeable slowdown/lag when it does happen, but my app does not crash entirely.
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions