Skip to content
New issue

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

Property or method "_isBuffer" is not defined on the instance but referenced during render. #955

Closed
ProBun opened this issue Apr 5, 2019 · 19 comments

Comments

@ProBun
Copy link

ProBun commented Apr 5, 2019

Version

5.0.7

Browser and OS info

Chrome 73.0.3683.86

Steps to reproduce

Open vue-devtools on vue app and switch route

What is expected?

No errors in console

What is actually happening?

Throwing error Property or method "_isBuffer" is not defined on the instance but referenced during render.

@ashishov
Copy link

ashishov commented Apr 5, 2019

I have the same issue, but not on all vuejs projects.

@dukhevych
Copy link

dukhevych commented Apr 5, 2019

Same issue

Installed beta version (5.0.0) instead of main one.

@Akryum
Copy link
Member

Akryum commented Apr 5, 2019

Please provide a runnable minimal reproduction.

@ProBun
Copy link
Author

ProBun commented Apr 5, 2019

https://github.com/ProBun/vuedevtools-issue

When you switch beetwen to routes it breaks

@Akryum
Copy link
Member

Akryum commented Apr 5, 2019

@ProBun The repository only contains hello world components.

@ProBun
Copy link
Author

ProBun commented Apr 5, 2019

Sorry forgot to add them to git repo

@ProBun
Copy link
Author

ProBun commented Apr 5, 2019

@YESENE Just switch route using one of the links on homepage

@wizbit
Copy link

wizbit commented Apr 5, 2019

I've had this, but only when 'vuex-router-sync' is setup and changing routes.

@jgmcelwain
Copy link

For what it's worth, I do not have vuex-router-sync in my project but am experiencing the same bug.

@mbranicky
Copy link

The same problem here, when changing route, on almost all components. Not using vuex-router-sync

@vuejs vuejs deleted a comment Apr 5, 2019
@vuejs vuejs deleted a comment Apr 5, 2019
@vuejs vuejs deleted a comment Apr 5, 2019
@vuejs vuejs deleted a comment Apr 5, 2019
@vuejs vuejs deleted a comment Apr 5, 2019
@vuejs vuejs deleted a comment Apr 5, 2019
@vuejs vuejs deleted a comment Apr 5, 2019
@vuejs vuejs deleted a comment Apr 5, 2019
@JFonsecaSpot
Copy link

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

@jgmcelwain
Copy link

jgmcelwain commented Apr 5, 2019

@JFonsecaSpot Yes, I have stored arrays and have computed props based on said arrays that use those Array methods.

@Akryum Akryum closed this as completed in 2ff9785 Apr 5, 2019
@mbranicky
Copy link

@JFonsecaSpot Yes I do. Arrays in VUEX and components rendered based on these arrays.

@vchapple17
Copy link

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.

@jgmcelwain
Copy link

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.

@gapnav
Copy link

gapnav commented Apr 5, 2019

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.

@vchapple17
Copy link

vchapple17 commented Apr 5, 2019

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)

@ghost
Copy link

ghost commented Apr 6, 2019

The solution is uninstall and install extension chrome of Vue

@DespertaWeb
Copy link

@carlosgbp00027 is right. There's already an update:

uninstall and reinstall

https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd/related

simsim0709 pushed a commit to simsim0709/vue-devtools that referenced this issue May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests