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 backbone-wrapper.tsx, there's an import for widgets-base.css and another one for widgets.css. However, it seems like widgets.css itself already imports widgets-base.css.
This is probably very minor and probably de-duped during webpack build, but just pointing it out in case it's helpful.
The text was updated successfully, but these errors were encountered:
In backbone-wrapper.tsx, there's an import for
widgets-base.css
and another one forwidgets.css
. However, it seems like widgets.css itself already imports widgets-base.css.This is probably very minor and probably de-duped during webpack build, but just pointing it out in case it's helpful.
The text was updated successfully, but these errors were encountered: