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
I'm passing a custom children component to the <MicrosoftLogin/>. The component is shown, but it's wrapped in an additional div that causes a UI break in my design. Is that div necessary?
I now have to wrap it in an additional div where i set that all the divs should have width: 100%, but seems quite unnecessary to me.
On a side note, I also think the children prop should be optional.
The text was updated successfully, but these errors were encountered:
I'm passing a custom
children
component to the<MicrosoftLogin/>
. The component is shown, but it's wrapped in an additional div that causes a UI break in my design. Is that div necessary?I now have to wrap it in an additional div where i set that all the divs should have
width: 100%
, but seems quite unnecessary to me.On a side note, I also think the
children
prop should be optional.The text was updated successfully, but these errors were encountered: