chore(react-router-v6): Fixing issues with isActive for now

This commit is contained in:
blam
2020-06-07 14:58:16 +02:00
parent fada5ab4b0
commit e18a60cffa
+2 -1
View File
@@ -112,7 +112,8 @@ export const SidebarItem: FC<SidebarItemProps> = ({
icon: Icon,
text,
to = '#',
disableSelected = false,
// TODO: isActive is not in v6
// disableSelected = false,
hasNotifications = false,
onClick,
children,