5.0.7
Chrome 73.0.3683.86
Open vue-devtools on vue app and switch route
No errors in console
Throwing error Property or method "_isBuffer" is not defined on the instance but referenced during render.
I have the same issue, but not on all vuejs projects.
Same issue
Installed beta version (5.0.0) instead of main one.
Please provide a runnable minimal reproduction.
https://github.com/ProBun/vuedevtools-issue
When you switch beetwen to routes it breaks
@ProBun The repository only contains hello world components.
Sorry forgot to add them to git repo
@YESENE Just switch route using one of the links on homepage
I've had this, but only when 'vuex-router-sync' is setup and changing routes.
For what it's worth, I do _not_ have vuex-router-sync in my project but am experiencing the same bug.
The same problem here, when changing route, on almost all components. Not using vuex-router-sync
@jgmcelwain and @mbranicky can you tell if you have arrays stored on vuex and if those route changes render components using those arrays? My issue seams to be triggered when using array functions (forEach, filter, sort... etc) on computed values.
@JFonsecaSpot Yes, I have stored arrays and have computed props based on said arrays that use those Array methods.
@JFonsecaSpot Yes I do. Arrays in VUEX and components rendered based on these arrays.
I also have this issue. I reverted to 5.0.0 in Chrome Extensions.
https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg.
I look forward to a fix, or someone explaining what else I can try if its not an issue with vue devtools.
I look forward to a fix, or someone explaining what else I can try if its not an issue with vue devtools.
@vchapple17 the issue is labelled as fixed in 2ff9785 and should be working when a new release is pushed.
I also have this issue. I reverted to 5.0.0 in Chrome Extensions.
https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg.
I look forward to a fix, or someone explaining what else I can try if its not an issue with vue devtools.
How did you get this link? I see that this link is to chrome webstore (not third-party service), but I can't find way to see old versions.
How did you get this link? I see that this link is to chrome webstore (not third-party service), but I can't find way to see old versions.
@gapnav
This particular link is to the beta channel with is for 5.0.0, which for me was far enough back to help with the issue.
There are currently two vuejs-devtools extensions, one for the 5.0.0 and one for the current release 5.0.7 (https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
The solution is uninstall and install extension chrome of Vue
@carlosgbp00027 is right. There's already an update:
https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd/related
Most helpful comment
The solution is uninstall and install extension chrome of Vue