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
Yes, please address this at the SUI React Repo, because also the SUI Docs for loader tell you to create the loader as direct child of the dimmer itself.
The mentioned PR corrects the inheritance for dimmer loaders and we won't revert this.
Instead SUI React should handle dimmer loaders as a separate child instead of wrapping any kind of content into a separate content div which would still be compatible to SUI.
Description:
Pull request #359 breaks loader inside dimmer with react.
Semantic-UI-React creates additional block inside dimmer:
creates:
So loader styles are not applied.
Link to the source code of dimmer in Semantic-UI-React repo.
Should I create an additional issue in Sematic-UI-React?
The text was updated successfully, but these errors were encountered: