-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format is already registered to handle class name error log #13776
Comments
Related Slack conversation (link requires registration): https://wordpress.slack.com/archives/C02QB2JS7/p1549632859321200 The curious thing to me is that it gets this far under a condition of |
@aduth Yeah, same here. |
gutenberg/packages/rich-text/src/store/selectors.js Lines 42 to 46 in 2d5dec7
This might be an issue in the implementation, I see the following happening:
/cc @iseulde |
@gziolo Most of us will probably use |
I have the same issue while registering a custom format for links. Still does not work with the current version of gutenberg. Also the link toolbar button gets lost when registering this custom format. @aduth @gziolo
|
I opened #15072 which tries to address this issue. |
Describe the bug
Custom formats are logging this error :
gutenberg/packages/rich-text/src/register-format-type.js
Line 95 in 01be7ac
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error logs
Screenshots
The text was updated successfully, but these errors were encountered: