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".