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 React, if I set a Button or IconButton with "hidden={true}", it still appears. Removing the class "inline-block" they use solves that issue.
The text was updated successfully, but these errors were encountered:
sccarlos-nazaries
changed the title
Setting hidden="" in Button and IconButton components has no effect
Setting "hidden={true}" in Button and IconButton components has no effect
Jun 2, 2022
In React, if I set a Button or IconButton with "hidden={true}", it still appears. Removing the class "inline-block" they use solves that issue.
The text was updated successfully, but these errors were encountered: