No form found for id=acf_content
with block editor
#1301
Labels
gutenberg
Specific to the Block Editor (Gutenberg)
module: ACF
Integration with ACF
severity: minor
Minor functionality
This error appears in the JS console when editing a post with the block editor and ACF enabled.
It doesn't look harmful, the requested hook is simply not created. This comes from a div element in the footer with class
wp-editor-area
.Similar to #1186 somehow, but there's no visible Wysiwyg editor for it in this case.
The best is probably to filter it out from the JSON config as done for #1186 but I report it here in case.
We'd also need a better way to filter items out after applying a more general config, since this is specifically for ACF it should not be in the main JSON config.
The text was updated successfully, but these errors were encountered: