From 16297dc576e3bc67f68e39a542d6a95aff9bcc90 Mon Sep 17 00:00:00 2001 From: vapersmile Date: Tue, 21 Nov 2023 12:52:15 +0100 Subject: [PATCH] feat(redmine 1246959): fix lint error --- .../react-front-kit/src/Components/SidebarMenu/SidebarMenu.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-front-kit/src/Components/SidebarMenu/SidebarMenu.tsx b/packages/react-front-kit/src/Components/SidebarMenu/SidebarMenu.tsx index d1801c1d..33373c67 100644 --- a/packages/react-front-kit/src/Components/SidebarMenu/SidebarMenu.tsx +++ b/packages/react-front-kit/src/Components/SidebarMenu/SidebarMenu.tsx @@ -40,6 +40,7 @@ export interface ISidebarMenuProps< openedMenuIds?: T[]; } +// eslint-disable-next-line react-refresh/only-export-components export function getRecursiveMenu< T extends number | string, C extends ElementType,