Gutenberg: fix console errors and warnings #26643
Labels
[Goal] Gutenberg
Working towards full integration with Gutenberg
[Type] Bug
When a feature is broken and / or not performing as intended
If you navigate to
/gutenberg/post/{siteSlug}
now you'll notice a couple of console warnings that need to be investigated and fixed:Warning: Unsafe lifecycle methods were found within a strict-mode tree:
(Components package: deprecated lifecycle method warning in slot-fill WordPress/gutenberg#9017)Warning: validateDOMNesting(...): <button> cannot appear as a descendant of <button>.
(Editor package: invalid DOM nesting in PostPublishPanelToggle component WordPress/gutenberg#9033)Warning: Unsafe lifecycle methods were found within a strict-mode tree:
(Editor package: deprecated lifecycle method warning in TinyMCE WordPress/gutenberg#9037)Uncaught (in promise) TypeError: Cannot read property 'rest_base' of undefined
- I believe this is related to mocked API response forwp/v2/types
and should be resolved in Gutenberg: enable v2 API requests #26639.Uncaught SyntaxError: Unexpected token <
. (Gutenberg: fix list block indent/outdent functionality #27877)The text was updated successfully, but these errors were encountered: