ultimate-fields icon indicating copy to clipboard operation
ultimate-fields copied to clipboard

Conflict with Gutenberg plugin

Open Thalvik opened this issue 7 years ago • 1 comments

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.

Thalvik avatar Apr 18 '18 12:04 Thalvik

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

RadoslavGeorgiev avatar Apr 18 '18 13:04 RadoslavGeorgiev