To use the React development mode in Gutenberg, you need to set the SCRIPT_DEBUG constant in your wp-config. php file to true. define( 'SCRIPT_DEBUG', true ); As a result, Gutenberg will load the development version of React, and all other third party script dependencies.