-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
Uncaught TypeError: Cannot read property 'chartId' of undefined #74
Labels
Comments
@arunrreddy |
ping @arunrreddy |
#closed due to inactivity |
@arunrreddy i have the same problem. How you solve it ? |
@smagew can you show some code snippets? |
@apertureless i have the similar errors in debug console:
and
But its my fault. I missed the error message from npm:
after vuejs update all works fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
I am using the reactiveProp mixin. The chart should update with the new values fetched from the api.
Actual Behavior
It is throwing an Error in the console.
Uncaught TypeError: Cannot read property 'chartId' of undefined
at getPropDefaultValue (eval at (app.js:814), :1323:14)
at validateProp (eval at (app.js:814), :1287:13)
at updateChildComponent (eval at (app.js:814), :2150:20)
at prepatch (eval at (app.js:814), :3015:3)
at patchVnode (eval at (app.js:814), :4792:7)
at updateChildren (eval at (app.js:814), :4719:9)
at patchVnode (eval at (app.js:814), :4803:29)
at VueComponent.patch [as patch] (eval at (app.js:814), :4927:9)
at VueComponent.Vue._update (eval at (app.js:814), :1992:19)
at VueComponent.updateComponent (eval at (app.js:814), :2095:10)
Environment
The text was updated successfully, but these errors were encountered: