Since Gutenberg is not a part of core quite yet, your question may be best posted on the Gutenberg Plugin support forum to ensure the developers, contributors, and community involved with the project can find it there.
Best of luck!
@neverbenn – Gutenberg is included in WP 5.0 so this IS where people can start to ask for help.
That said. This may be better to ask https://github.com/WordPress/gutenberg/issues/ or in the #core-editor room in slack, as it’s a Dev question with Alpha/Beta π
My apologies! I retract my statement. Sorry if I muddied the waters.
Totally understandable π
The curious thing is that themes shouldn’t break with Gutenberg (Plugins, sure, but a theme?)
Thanks for the reply and hint that themes should be ok. I ahve tested several themes and found the one that does not work as expected. I note that:
- tags and categories dropdowns not visible in editor sidebar
- when autosave has started it does not seem to stop
The error message prudeced is as follows:
TypeError: Cannot read property 'addQueryArgs' of undefined
at http://localhost/wp-includes/js/dist/edit-post.min.js?ver=5.0-beta2-43852:12:20580
at t.value (http://localhost/wp-includes/js/dist/edit-post.min.js?ver=5.0-beta2-43852:12:20629)
at t.value (http://localhost/wp-includes/js/dist/edit-post.min.js?ver=5.0-beta2-43852:12:20271)
at Bc (http://localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-beta2-43852:145:188)
at yc (http://localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-beta2-43852:136:182)
at R (http://localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-beta2-43852:135:187)
at eg (http://localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-beta2-43852:133:306)
at ab (http://localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-beta2-43852:131:475)
at Object.enqueueSetState (http://localhost/wp-includes/js/dist/vendor/react-dom.min.js?ver=5.0-beta2-43852:192:84)
at r.setState (http://localhost/wp-includes/js/dist/vendor/react.min.js?ver=5.0-beta2-43852:20:392)
The one thing that is different in this theme is that I incorporated tailwindcss. Perhaps v0.6.4 is the cause. I realise that latest version is v0.7.0 and I will have to rebuild and retest.
I hope that we can find and resolve the conflicts.
Have you been able to test again on the latest beta?
Marking resolved as this was not reproducible and there has been no reply in a week.
I’ve create a fresh installation with twentynineteen and no plugins and got a similar error as soon as the editor opens. No matter if it is a existing page or post or a new one β¦
TypeError: Cannot read property ‘core/paragraph’ of undefined
Also the copy post content button seem to do absolutely nothing when a error is triggered right away. Makes sense because the post content ist empty but why is this button then shown anyway β¦
@grandy
I just debugged this exact error for a client and reached the conclusion that is also posted here:
https://github.com/WordPress/gutenberg/issues/14602
So if you just clear your localstorage you should be good to go!
@jonathandejong that would be great. Thanks for answering i am going to try that tomorrow and let you know if that was the problem.