question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught TypeError with Vue 2.1.7

See original GitHub issue

I’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:closed
  • Created 7 years ago
  • Comments:18 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
rousos87commented, Dec 26, 2016

@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.

2reactions
martin-badincommented, Dec 25, 2016

I have same issue with same plugin (Vue 2.1.7). With Vue 2.1.6 he worked correctly.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found