-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Cannot read property 'bind' of undefined #916
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
Comments
I got the same problem for Chrome: Version 72.0.3626.81 (Official Build) (64-bit) |
It looks like there is no backward compatibility for older Vuex versions |
Disable the extension, it doesn't look to be compatible with Vue 1.x as @bajzarpa points out. |
I certainly know that disabling devTools can get around this, but I have multiple applications, I just hope it doesn't block my application from working properly |
Oh i agree, i was just proposing a solution to get the application working again. By no means did i suggest this is the best solution but for now it works. |
@Akryum this error still appears to be happening in v5.0.5 with a v1 app. |
Please provide a runnable reproduction. |
You can check here: https://app.seniorvu.com/ If I have vue devtools uninstalled the site loads. If I have them installed it's just white screened with that error in the console. |
Same here. Visit https://my.qbrx.com with dev tools enabled and check the console. |
This is still an issue in 5.0.6, even with [email protected] |
chrome.zip |
Has the vue team given up on solving the vueDevtools vue1.x compatibility issue? I still have this problem |
Uh oh!
There was an error while loading. Please reload this page.
Version
5.0.1
Browser and OS info
Chrome 73
Steps to reproduce
Vue.js version is v1.0.24
Vuex version is v0.6.2
open the app, chrome throw a error is
"Uncaught TypeError: Cannot read property 'bind' of undefined"
t without
registerModule
methodWhat is expected?
Do not block the application from opening properly
What is actually happening?
throw a error
could you please add disable button for devtools?
The text was updated successfully, but these errors were encountered: