We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e6a0e commit 2362bd6Copy full SHA for 2362bd6
src/components/SidebarNav.tsx
@@ -154,7 +154,7 @@ export const SidebarNav = styled(
154
setNavAnimation(value ? "collapsing" : "expanding");
155
};
156
157
- const MaybeModal = ({ children }: React.PropsWithChildren<{}>) =>
+ const MaybeModal = ({ children }: React.PropsWithChildren<React.ReactNode>) =>
158
isMobile && !navIsCollapsed ? (
159
<StyledModal
160
data-testid="sidebarnav-modal"
0 commit comments