-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Browser plugin fails loading with t.isBuffer is not a function #874
Comments
Happening to me now suddenly too. |
This seems related to pvorb/clone#104 |
Yes this is a breaking change for me too. I can't actually work currently because I can't debug my app anymore. Can you please roll back this version in the meantime? |
My situation is a bit different, I got this Property or method "_isBuffer" is not defined on the instance but referenced during render.
Make sure that this property is reactive, either in the data option,
or for class-based components, by initializing the property. See:
https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties. x 100 times |
Same error message. My bet: might it be related to using arrow functions on array callbacks. Maybe something related to a polyfil? If that's the case, arrow function context spec cannot be subverted by the used poli and this should to be changed, (but who am I) Looking to downgrade the extension while this is not fixed. |
@gotexis @JFonsecaSpot Your issue is different, please comment and provide more info and runnable minimal reproduction in the actual issue: #955 |
@Akryum couldn't reproduce with CLI3 generated app. Maybe an interaction with our main app configuration. Looking at the error stack instead. If I have time later will try to reproduce on a minimal repo with the same configuration. |
@Akryum Can you tell if this b4e19c3 reached the production build / chrome extension store? I am not able to reproduce the issue anymore and that coomit seams to be a good candidate for the fix. |
@JFonsecaSpot If you look at the commits, it's after the last release (5.0.7). |
Version
5.0.0-beta.4
Browser and OS info
Chromium 72, Firefox 65
Steps to reproduce
Create a simple vue app that uses a vuex store
What is expected?
vue-devtools work as expected
What is actually happening?
The javascript console shows the following error:
The culprit line from vue-devtools seems to be https://github.com/vuejs/vue-devtools/blob/cf74ad3ce66534ea028e953ca4ccf85835114f7f/src/backend/hook.js#L186
The text was updated successfully, but these errors were encountered: