You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2022. It is now read-only.
The DotTip for additional CSS classes, added in #304, was recently deprecated in Gutenberg.
For now, I removed it in 440f50a. We got a report in the #support Slack channel of it causing an error.
Gutenberg suggests to use the Guide component instead.
But that doesn't look to have a way to disable the specific Guide in the future, like how the DotTip had a way to disable it.
And the Guide would appear for all users, even those who already disabled the specific DotTip.
We could probably implement something of our own, but it might be too complex.