-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Property or method "toJSON" is not defined #460
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
Yeah, it happens with me too. |
This is probably related to #464 |
Thanks for the extra information about recursive data @rDr4g0n |
Maybe we could treat components like a special type (kinda like RegExp). |
Yeah, it cannot be displayed like the other content because of cyclic references, so it needs special treatment |
Cyclic references are already taken care of, it must be something else. |
oh right, there was a package for that |
I'm having this issue too, with element-ui. |
how to fix this ? help help help |
In my project, I opened the console, by this window.vConsole = new VConsole(); but when I commented it. It works, the Vue warn was disappeared. |
Sentry seems to cause this error |
In my case, I used VConsole and print vue instance by |
yep. I close Sentry and fix this error |
me too |
vConsole |
any workaround for problem coming from Sentry? this is very frustrating for me since i makes the application hangs and make the CPU spike to 100% I was using raven-js to capture error and processed it for sentry, so i cannot just remove it. But an error in action level, will trigger a log from all over the component in that |
Any updates about this with Sentry? |
This error happens when i pass the component by param to action in vuex.
To reproduce the error
The text was updated successfully, but these errors were encountered: