5.0.0-beta.1
Chrome Version 68.0.3440.106 / Windows 10
npm install and npm run devIn console the following error is thrown:
backend.js:7 Uncaught TypeError: Cannot read property '__VUE_DEVTOOLS_ROOT_UID__' of undefined
at backend.js:7
at L (backend.js:7)
at L.children.e.children.e.children.map.e (backend.js:7)
at Array.map (<anonymous>)
at L (backend.js:7)
at D (backend.js:7)
at Array.map (<anonymous>)
at L (backend.js:7)
at Array.map (<anonymous>)
at L (backend.js:7)
I found the bug on my current project which uses Nuxt edge and Vuetify.
I then reproduced by creating a sample app using: https://github.com/nuxt-community/create-nuxt-app and updating dependencies to latest stable release (Nuxt 1.4.2, Vuetify 1.2.1).
The problem doesn't seem to appear with Nuxt base app alone, so it might come from Vuetify functional components?
Same bug with vuetify 1.2.1 only
On my other project it also happens with Vuetify 1.1.14, so might be more than just version 1.2.1
Ok. It's related to vuetify. I created a new default project and same problem. No problem without vuetify
I have a created a bug in vuetify:
https://github.com/vuetifyjs/vuetify/issues/5013
This has to do with how vue-devtools is parsing functional components and expecting a $root instance to be on them, which it is not. There is nothing we can do aside from removing functional components to resolve this @ellis2323 .
Can't reproduce on dev:


@Akryum Just some information. I encountered the same issue and could somewhat reproduce it (unrelated to vuetify). A coworker of mine had a logging library which had a constructor added to a mixin. Removing the constructor caused Vue DevTools to show components again. No warnings were shown anywhere.
Do you have a minimal reproduction? @Rosefalk
@Akryum I will try to make one and get back to you 馃憤
Updated to beta 3. Now no errors and it seems to be working again for me (Didn't work on an earlier beta) (Using Vuetify 1.2.3). Looks fantastic!
Most helpful comment
Updated to beta 3. Now no errors and it seems to be working again for me (Didn't work on an earlier beta) (Using Vuetify 1.2.3). Looks fantastic!