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
The remaining items ("One" and "Two") are shuffled and rendered.
What is actually happening?
TypeError: child.el.getBoundingClientRect is not a function
at Proxy.<anonymous> (vue.esm-browser.js:10946)
at renderComponentRoot (vue.esm-browser.js:5010)
at componentEffect (vue.esm-browser.js:7809)
at reactiveEffect (vue.esm-browser.js:3977)
at callWithErrorHandling (vue.esm-browser.js:4815)
at flushJobs (vue.esm-browser.js:4957)
Removing items from a list that's rendered via v-for works as expected, the error happens only if the removed node was "standalone".
The text was updated successfully, but these errors were encountered:
underfin
added a commit
to underfin/vue-next
that referenced
this issue
May 3, 2020
Version
3.0.0-beta.6
Reproduction link
https://codepen.io/21stCenturyJonas/pen/LYpOEEK
Steps to reproduce
Remove "Three"
Shuffle
What is expected?
The remaining items ("One" and "Two") are shuffled and rendered.
What is actually happening?
Removing items from a list that's rendered via
v-for
works as expected, the error happens only if the removed node was "standalone".The text was updated successfully, but these errors were encountered: