useTransition does not fully complete when the main thread is overloaded #969
Unanswered
rey-wright
asked this question in
Support
Replies: 0 comments
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 ran into this when I was implementing my code in react-spring, and now I'm seeing this in the production version of my app. essentially, I'm using a useTransition like the following:
And the transition isn't fully completing, especially when the page slows down due to other javascript code executing. I don't really know how best to recreate this given the performance element of this, but just wanted to pose the question.
Beta Was this translation helpful? Give feedback.
All reactions