Yoast / yoast-components

Accessible React components by Yoast
GNU General Public License v3.0
21 stars 6 forks source link

Replace `componentWillMount` & `componentWillReceiveProps` #791

Open moorscode opened 5 years ago

moorscode commented 5 years ago

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:

Add define( 'SCRIPT_DEBUG', true ); to your wp-config.php to see these warnings.