Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property '$vnode' of null in transition-group in render function #9151

Closed
jacekkarczmarczyk opened this issue Dec 5, 2018 · 0 comments

Comments

@jacekkarczmarczyk
Copy link

jacekkarczmarczyk commented Dec 5, 2018

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

@posva posva changed the title Cannot read property '$vnode' of null' Cannot read property '$vnode' of null in transition-group in render function Dec 5, 2018
f2009 pushed a commit to f2009/vue that referenced this issue Jan 25, 2019
aJean pushed a commit to aJean/vue that referenced this issue Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants