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
When SCRIPT_DEBUG is enabled, the development version of React is loaded in Gutenberg. This shows a lot of warnings about these two functions being deprecated
Replace with:
componentDidMount
static getDerivedStateFromProps
Add define( 'SCRIPT_DEBUG', true ); to your wp-config.php to see these warnings.
The text was updated successfully, but these errors were encountered:
When
SCRIPT_DEBUG
is enabled, the development version of React is loaded in Gutenberg. This shows a lot of warnings about these two functions being deprecatedReplace with:
Add
define( 'SCRIPT_DEBUG', true );
to yourwp-config.php
to see these warnings.The text was updated successfully, but these errors were encountered: