-
-
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
Premature update trigger? #710
Comments
Do you think you could create a small reproduction? It's hard to know what could be happening here since the issue could be relating to multiple nested components, yield blocks, and/or other 3rd party code. |
@neoel if you get a chance, can you let us know if this issue can be closed? thanks |
Closing this as it's probably fixed — let us know if otherwise |
Not OP, but a separate data point supporting closing: We definitely ran into this (with very similar stacktrace) after 1.23. We do not experience it anymore with versions 1.3x. |
I think I've hit a bug introduced in 1.22 -> 1.23.
where update is called on a fragment before create was called.
I'm not entirely sure how and when this bug is triggered. But here's a stacktrace. It's quite a big app.
in setAttribute
node
is undefined, which (with a quick look) and a debugger statement, brings me thatupdate
is being called beforecreate
is, on the fragment.The text was updated successfully, but these errors were encountered: