You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using the wp:post-author-name block which only exists within Gutenberg.
Gutenberg 13.2.1 (and maybe others?) don't ship with a navigation-area block, but it's in the Gutenberg Repo + in the blocks file, Gutenberg returns early (instead of just skipping the single file) when a file doesn't exist, and thus, all of the Gutenberg blocks with a name further in the alphabet than 'navigation-area' aren't loaded when Gutenberg is active.
https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/
The text was updated successfully, but these errors were encountered: