We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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.
The text was updated successfully, but these errors were encountered:
Please make sure to upgrade to 0.12.1, and provide a jsfiddle reproduction of the issue.
Sorry, something went wrong.
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.
b5cdc27
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: