-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
"node.parentNode is null" thrown when removing from nested, keyed list #2682
Comments
maybe related #2666 |
So after long time debugging, I think the issue appears to be that, the Then the inner each loop runs our outro handler in Easy fix, that'll make sure we never try to This should help kick start removing this issue. I think we should probably null check |
This appears to have been fixed ... at some point ... by one of the outro/detach fixes. |
Thanks for the resolution :) |
REPL link
When removing item from nested, keyed list: console error is thrown
To reproduce:
detach
method called twice for the list item (second call tries to access nullparentNode
, throwing exception)Happened on 3.1 & 3.2. Fixed if top level
each
or nested component is removed. Seems similar to #2668The text was updated successfully, but these errors were encountered: