-
-
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
Message length exceeded maximum allowed length #1386
Comments
I am also having this issue, not with vuex but with a large dataset that tries to display under my component's data in the devtools. If the dataset is too large i get the Message length exceeded maximum allowed length error and the component data that normally shows when you click on a component is not displayed at all. |
Is there any solution now? I have the same problem |
I also have this issue in 2024. I don' understand why this doesn't get fixed and why there is an open fix PR that is not reviewed/accepted for almost a year? This is super annoying. Vue devtools are unusable for my project right now. |
I also have this issue with a large object in a local component. |
Version
5.3.4
Browser and OS info
Ubuntu 20.04 / Chrome 89
Steps to reproduce
Add a big object or array in the vuex state
What is expected?
vue dev tools working
What is actually happening?
vue dev tools crashes with error:
There is 3 closed issue about that bug but the but is still there
The text was updated successfully, but these errors were encountered: