ultimate-fields
ultimate-fields copied to clipboard
Conflict with Gutenberg plugin
The following error is risen when UF and Gutenberg are installed, on single edit screen:
TypeError: b is not a constructor - tinymce.min.js:13:20816
It's only risen when we are using a WYSIWYG field and when Gutenberg is active. Without Gutenberg active, this error is not reproducible.
This is sort of expected behavior at the moment. Gutenberg is changing a lot of the TinyMCE settings and that conflicts with all the_editor()-related functions.
You can read more about it in this issue: https://github.com/WordPress/gutenberg/issues/5365