Skip to content

Cannot read property 'previousSibling' of null #948

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

Closed
jdanino opened this issue Jun 16, 2015 · 2 comments
Closed

Cannot read property 'previousSibling' of null #948

jdanino opened this issue Jun 16, 2015 · 2 comments

Comments

@jdanino
Copy link

jdanino commented Jun 16, 2015

After upgrading to 0.12 I get a weird error after I update data which is shown in a v-repeat with a filter:

Uncaught TypeError: Cannot read property 'previousSibling' of nullfindPrevVm @ vue.js:7020module.exports.diff @ vue.js:6645module.exports.realUpdate @ vue.js:6540module.exports.update @ vue.js:6529p._bind.update._update @ vue.js:8256p.run @ vue.js:3194run @ vue.js:4402flush @ vue.js:4386handle @ vue.js:669

first two updates(clicks) work fine, third time it throws an error.

@yyx990803
Copy link
Member

Please make sure to upgrade to 0.12.1, and provide a jsfiddle reproduction of the issue.

@jdanino
Copy link
Author

jdanino commented Jun 18, 2015

The fiddle can be found here: https://jsfiddle.net/mepat0n2/1/

If you click the more/less link, the first two times it works, the third time it throws the error mentioned above.

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