block-components
block-components copied to clipboard
PostTermList does not show newly created terms in preview
When creating a new term, that element does not show up until after the post was saved and reloaded. (the editor does not seem to fetch new terms)
This appears to be an issue in core. The data store where the terms are stored doesn't get invalidated when new terms get added via straight up fetch requests.
See https://github.com/WordPress/gutenberg/issues/34013