-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
Version
2.5.18-beta.0
Reproduction link
https://codepen.io/anon/pen/OaeWWY?editors=0012
Steps to reproduce
Open reproduction, look at console error messages
What is expected?
No messages
What is actually happening?
console_runner-ce3034e6bde3912cc25f83cccb7caa2b0f976196f2f2d52303a462c826d54a73.js:1 TypeError: Cannot read property '$vnode' of null
at enter (vue.js:7749)
at Array._enter (vue.js:8008)
at invokeCreateHooks (vue.js:5780)
at createElm (vue.js:5667)
at updateChildren (vue.js:5936)
at patchVnode (vue.js:6030)
at VueComponent.patch [as __patch__] (vue.js:6191)
at VueComponent._update (vue.js:8457)
at VueComponent.updateComponent (vue.js:2886)
at Watcher.get (vue.js:3254)
Working in 2.5.17: https://codepen.io/anon/pen/Krjayz?editors=0012
jvbianchi