-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'push' of undefined (translate3d) #468
Comments
i think it could be the native flag, could you remove that? it's native by default. otherwise i can't see anything wrong there ... |
I removed Do you have anything else in mind? I'll try to replicate it. |
could you pour it into a codesandbox? my guess is that nextY is NaN or something like that, there has to be a reason for the interpolator to crash out but i'm sure we can track it down. |
CodeSandbox Same error but it occurs in different situation.. Details are there. Sorry about weird math and Im starting to suspect that it might have something to do with React (state, re-rendering or even portal?). |
well the crash is inside the interpolator. don't worry, i will trace and fix it. thanks for the csb! |
I updated CodeSandbox with some additional information, hopefully it's a bit more useful now. |
Seeing the same error when Update: found a workaround by directly calling interpolation. Hope this helps.
|
I am tracing the problem for these . Should hopefully have a fix very soon soon |
any solution ??? nothing is working |
@a-m-dev there's a workaround in my previous comment. Pass numbers into spring (or useSpring), and use |
It's fixed, was a really silly bug somewhere in the controller. I will look after some other issue now and publish afterwards. |
v7.2.10
No errors when
immediate
isfalse
, only happens if it'strue
.Here's the source:
Im unable to report any patterns at this point, seems to happen randomly:
The text was updated successfully, but these errors were encountered: