-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
The editor has encountered an unexpected error (Invariant Violation: Minified React error #130) #9909
Comments
Thanks for reporting this. I'm adding the
Source: https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]=
Source: the screenshot. |
Got the same error on updating Gurenberg. Running dev environment using WAMP with latest WordPress. |
I'd appreciate if Gutenberg can spit out "detailed & specific" error instead of generic error text |
Same error |
Additional info: React's site for the error says
And the js console says
Any way to tell my WP development site to use the non-minified version? |
It can be done including a https://codex.wordpress.org/Debugging_in_WordPress#SCRIPT_DEBUG To the issue at hand: The non-minified error would provide more helpful debugging information. In the meantime, I've often seen that clearing your browser's localStorage can resolve some of these issues. This can be done either in your browser's "Clear History", or by entering the command |
This issue is not actionable in its current form. It would need to include one or other of:
Is this still an issue for those reporting to have been affected? The screenshot symptom can be attributed to any number of possible error reasons. I'm particularly curious about this specific error message which traces back to :
|
Closing as non-actionable. The issue can be reopened if additional information is provided. |
After I updated the Gutenberg to latest version (3.8.0), i am not able to edit any existing post or add any new post using Gutenberg Editor. The Error message is below.
Expected behavior
The new update should not behave like it is newly installed. First it make me to skip or view the feature guide. Which was already clicked skipped. Then the Post in draft open and when I clicked in the body section for editing, it goes unresponsive with below screen and now even for the new post it is showing same screen.
Screenshots
Desktop (please complete the following information):
Additional context
With the continuous compatibility issues with other plugins and themes, and frequent issues, it is very hard to replace the classic editor. Please fix this asap.
The text was updated successfully, but these errors were encountered: