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
After some digging it happens during the unbuild process. It is called with defer of undefined. If the refs are unbound with deferred true, it stops that from happening.
Vue.js version
1.0.26
Reproduction Link
http://jsfiddle.net/e2zfe3se/
Steps to reproduce
Check the above example
What is Expected?
The $ref object should be updated using the new sub components instances
What is actually happening?
The $ref object caches the old components instances and all the references to the new DOM elements created get lost
The text was updated successfully, but these errors were encountered: