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
In my code, I get warnings about attaching to non-existent format divider. I really don't even want the divider, but when I get rid of the string divider in the toolBarOptions, I get an error where it seems to be trying to attach a hander for divider to a button that doesn't exist.
Also, how do you get rid of the warnings about overwriting modules, like this:
Overwriting formats/list-container with class extends Container$1 {
}
In my code, I get warnings about attaching to non-existent format divider. I really don't even want the divider, but when I get rid of the string divider in the toolBarOptions, I get an error where it seems to be trying to attach a hander for divider to a button that doesn't exist.
Also, how do you get rid of the warnings about overwriting modules, like this:
Overwriting formats/list-container with class extends Container$1 {
}
The text was updated successfully, but these errors were encountered: