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
The documentation for the wp.editor.RichText component should be updated to reflect that it is deprecated and should be replaced with wp.blockEditor.RichText.
Steps to reproduce:
Go to the WordPress documentation page for the wp.editor.RichText component.
Scroll down to the section titled "Usage".
Note that the documentation says to use const { RichText } = wp.editor;.
Expected behavior:
The documentation should say to use const { RichText } = wp.blockEditor; instead.
Actual behavior:
The documentation says to use const { RichText } = wp.editor;.
Go to the WordPress documentation page for the wp.editor.RichText component.
Scroll down to the section titled "Usage".
Note that the documentation says to use const { RichText } = wp.editor;.
Screenshots, screen recording, code snippet
Environment info
I have been using a late version of WordPress. 6.3
I use the chrome browser. Desktop. Windows 11Chrome
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered:
Go to the WordPress documentation page for the wp.editor.RichText component.
Scroll down to the section titled "Usage".
Note that the documentation says to use const { RichText } = wp.editor;.
Description
The documentation for the wp.editor.RichText component should be updated to reflect that it is deprecated and should be replaced with wp.blockEditor.RichText.
Steps to reproduce:
Go to the WordPress documentation page for the wp.editor.RichText component.
Scroll down to the section titled "Usage".
Note that the documentation says to use const { RichText } = wp.editor;.
Expected behavior:
The documentation should say to use const { RichText } = wp.blockEditor; instead.
Actual behavior:
The documentation says to use const { RichText } = wp.editor;.
Step-by-step reproduction instructions
gutenberg/packages/block-editor/src/components/rich-text
Go to the WordPress documentation page for the wp.editor.RichText component.
Scroll down to the section titled "Usage".
Note that the documentation says to use const { RichText } = wp.editor;.
Screenshots, screen recording, code snippet
Environment info
I have been using a late version of WordPress. 6.3
I use the chrome browser. Desktop. Windows 11Chrome
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: