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
I'm also running into Uncaught ReferenceError: current is not defined errors, but I'm not using transitions at all. It happens in a larger application I'm working on now, but so far I haven't been able to create a minimal example which triggers it.
ekhaled
added a commit
to ekhaled/svelte
that referenced
this issue
Jul 23, 2018
Steps to reproduce
This only happens when the else block has a nested component.
And, only when
nestedTransitions == true
.Seems like it is referencing an undefined variable called
current
in Else block'sp: update()
method.The text was updated successfully, but these errors were encountered: