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 editor package is using the deprecated componentWillReceiveProps lifecycle method which produces console warnings when executed in React strict mode.
Warning: Unsafe lifecycle methods were found within a strict-mode tree:
...
componentWillReceiveProps: Please update the following components to use static getDerivedStateFromProps instead: TinyMCE
The text was updated successfully, but these errors were encountered:
The editor package is using the deprecated
componentWillReceiveProps
lifecycle method which produces console warnings when executed in React strict mode.gutenberg/packages/editor/src/components/rich-text/tinymce.js
Line 117 in 4c28bd0
The text was updated successfully, but these errors were encountered: