You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using react V8, I was having a memory leak in my useTransition animations - note - the animations were working, but would timeout after a while. This is an issue I've seen people talk about, and seems to be resolved by installing react-spring@next. I've made that installation, but am facing similar issues to #923. While it seems like it is resolved for them, I am still unable to use useTransition successfully. I attempted to switch to those specific canary versions mentioned in that issue with no luck.
I am wondering if useTransition has been altered so that I am now incorrectly using it. I noticed this issue #809 with updates, but wasn't able to successfully fix the issue.
Error
Currently I am getting this error, with the same code used previously before upgrading react-spring that worked, but with a memory leak.
Expected Behavior
This animation works smoothly without a memory leak.
Issue
Using react V8, I was having a memory leak in my useTransition animations - note - the animations were working, but would timeout after a while. This is an issue I've seen people talk about, and seems to be resolved by installing react-spring@next. I've made that installation, but am facing similar issues to #923. While it seems like it is resolved for them, I am still unable to use useTransition successfully. I attempted to switch to those specific canary versions mentioned in that issue with no luck.
I am wondering if useTransition has been altered so that I am now incorrectly using it. I noticed this issue #809 with updates, but wasn't able to successfully fix the issue.
Error
Currently I am getting this error, with the same code used previously before upgrading react-spring that worked, but with a memory leak.
Expected Behavior
This animation works smoothly without a memory leak.
Reproducible code
The animation itself is complex, but was working previously.
Environment
[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: