Uncaught TypeError with Vue 2.1.7
See original GitHub issueI’m getting this error after upgrading to Vue 2.1.7
(I was on Vue 2.1.6
before):
Uncaught TypeError: Cannot set property 'isRootInsert' of undefined
at createElm (vue@2.1.7:4055)
at createChildren (vue@2.1.7:4164)
at createElm (vue@2.1.7:4089)
at VueComponent.patch [as __patch__] (vue@2.1.7:4507)
at VueComponent.Vue._update (vue@2.1.7:2483)
at VueComponent.<anonymous> (vue@2.1.7:2457)
at Watcher.get (vue@2.1.7:1663)
at new Watcher (vue@2.1.7:1655)
at VueComponent.Vue._mount (vue@2.1.7:2456)
at VueComponent.Vue$3.$mount (vue@2.1.7:6078)
I put this JSbin together, in case it helps. And here’s a (resolved) Vuejs issue which might be related since the error message is similar.
Also: Merry christmas! 😁
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (6 by maintainers)
Top Results From Across the Web
vue: Uncaught TypeError: Cannot read property ... of undefined
I learned from here that it's because "the data is not complete when the component is rendered, but e.g. loaded from an API."...
Read more >error when upgrading to 19.2 | Vue Forums - Syncfusion
Getting the error in all syncfusion components. My current package json is this. The error completely goes away if syncfusion components are ...
Read more >How to Migrate from Vue v.2 to Vue v.3 with a Simple Example ...
Vue.js is a progressive JavaScript frontend framework written by Evan You. ... Uncaught TypeError: window.Vue.use is not a function at ...
Read more >vue__webpack_imported_modul...
Uncaught TypeError : vue__WEBPACK_IMPORTED_MODULE_4__.default is not a constructor. I ignored it and went ahead with the tutorial. According to the tutorial ...
Read more >Vue-Multiselect | Vue Select Library
Vue -multiselect(2.1.7). The most complete selecting solution for Vue.js. License npm No Dependencies.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@silvestreh just delete node_modules and insert vue@2.1.6 and vue-template-compiler@2.1.6 version on package.json and npm install.
I have same issue with same plugin (Vue
2.1.7
). With Vue2.1.6
he worked correctly.