Version update background edit when previously added block is not editable
This block has encountered an error and cannot be previewed
Check the error message React -dom.min.js?Ver =16.9.0:103 TypeError: m.find is not a function
Because I’m using the Stargazer template
Modify the template file functions.php
Add to it
add_action( ‘after_setup_theme’, function() { remove_theme_support( ‘editor-color-palette’ ); });
This block has encountered an error and cannot be previewed
Check the error message React -dom.min.js?Ver =16.9.0:103 TypeError: m.find is not a function
Because I’m using the Stargazer template
Modify the template file functions.php
Add to it
add_action( ‘after_setup_theme’, function() { remove_theme_support( ‘editor-color-palette’ ); });