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
The isOpen prop should be renamed to open in the UIShell components: HeaderAction, HamburgerMenu, SideNav.
This would be a breaking change for apps currently using these components, but would improve consistency in prop naming with the rest of the library. There are only 3 components using isOpen, while 11 other components use open.
The text was updated successfully, but these errors were encountered:
The
isOpen
prop should be renamed toopen
in theUIShell
components:HeaderAction
,HamburgerMenu
,SideNav
.This would be a breaking change for apps currently using these components, but would improve consistency in prop naming with the rest of the library. There are only 3 components using
isOpen
, while 11 other components useopen
.The text was updated successfully, but these errors were encountered: