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,