Solution 1: Just use a plugin
Solution 2: Add this code to your active themes functions.php
file
Add this code to the theme function:
//fix error for widget add_filter( 'use_widgets_block_editor', '__return_false' );
Solution 1: Just use a plugin
Solution 2: Add this code to your active themes functions.php
file
Add this code to the theme function:
//fix error for widget add_filter( 'use_widgets_block_editor', '__return_false' );