Prerequisites
Describe the bug
With the Gutenberg plugin installed (version 18.3.0 or later), the modal block editor (description field) in the new product editor crashes when the + (Add) button is clicked.
Seems to be caused by WordPress/gutenberg#61108
Expected behavior
The + (Add) button brings up the block inserter.
Actual behavior
The modal block editor (in fact, the entire new product editor) crashes, resulting in a blank page.
Steps to reproduce
With a WooCommerce env with the new product editor enabled (WooCommerce > Settings > Advanced > Features > Experimental features), and Gutenberg plugin (version 18.3.0) installed...
- Go to Products > Add New
- Click on Description > Full Editor to bring up the modal editor
- Click on the + (Add) button in the header
- Verify that the modal block editor (and new product editor) crashes, resulting in a blank page
WordPress Environment
n/a
Isolating the problem