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
Scroll to the bottom of the list of inputs and make a change to the input in the last row. This will trigger an update modifier on each row to run.
Open the console and see several error messages showing the update modifier ran on some rows that no longer exist in the DOM and are now instead inside a document fragment.
I was expecting the did-update modifier to only run on elements that exist in the DOM.
Reproduced in both 2.1.0 and 3.0.0-1.
The text was updated successfully, but these errors were encountered:
I was expecting the
did-update
modifier to only run on elements that exist in the DOM.Reproduced in both
2.1.0
and3.0.0-1
.The text was updated successfully, but these errors were encountered: