Open
Description
With define( 'SCRIPT_DEBUG', true );
, a warning appears in the console when opening the color palette for the paragraph block:
The text, “the behavior is unsupported and could change in a future version” suggests we should address this, perhaps by altering one of the two colors slightly.
This affects both WP 5.2 and the 5.3RCs.
To reproduce
- Ensure
define( 'SCRIPT_DEBUG', true );
is set inwp-config.php
. - Create a paragraph block and open the Color Settings pane in the Block sidebar.
- Check your browser console. (I tested Chrome.)
Expected behavior
No errors are triggered by theme default color choices.
Activity