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

Since 5.0.0, breaks page with isBuffer is not a function. #910

Closed
jaketoolson opened this issue Mar 25, 2019 · 1 comment
Closed

Since 5.0.0, breaks page with isBuffer is not a function. #910

jaketoolson opened this issue Mar 25, 2019 · 1 comment

Comments

@jaketoolson
Copy link

jaketoolson commented Mar 25, 2019

Version

5.0.0

Browser and OS info

Version 73.0.3683.86 (Official Build) (64-bit)

Steps to reproduce

Navigating my product's webpage (locally and in production) with vue tools, I get the following error:

 VM259:1 Uncaught TypeError: t.isBuffer is not a function
    at y (<anonymous>:1:2232)
    at f (<anonymous>:1:3275)
    at Object.<anonymous> (<anonymous>:1:928)
    at Object.r (<anonymous>:1:375)
    at Object.emit (<anonymous>:1:694)
    at t (vuex.min.js:6)
    at vuex.min.js:6
    at Array.forEach (<anonymous>)
    at new V (vuex.min.js:6)
    at Object.<anonymous> (app-74311e04b1.min.js:39)

Which points to the (minified) code:
if (g && t.isBuffer(e))

What is expected?

This shouldn't cause the web page I'm browsing to stop working.

What is actually happening?

Web page I'm using with vue-devtools enabled in the browser stops working entirely. If I disable the extension, the page/site loads just fine.

@Akryum
Copy link
Member

Akryum commented Mar 25, 2019

Duplicate of #874

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants