fix: build errors in docs (#204)
This commit is contained in:
parent
2cb708c63b
commit
143ba75604
18 changed files with 153 additions and 145 deletions
|
|
@ -48,9 +48,9 @@ export const useMobileNavigationStore = create((set) => ({
|
|||
}))
|
||||
|
||||
export function MobileNavigation() {
|
||||
let isInsideMobileNavigation = useIsInsideMobileNavigation()
|
||||
let { isOpen, toggle, close } = useMobileNavigationStore()
|
||||
let ToggleIcon = isOpen ? XIcon : MenuIcon
|
||||
const isInsideMobileNavigation = useIsInsideMobileNavigation()
|
||||
const { isOpen, toggle, close } = useMobileNavigationStore()
|
||||
const ToggleIcon = isOpen ? XIcon : MenuIcon
|
||||
|
||||
return (
|
||||
<IsInsideMobileNavigationContext.Provider value={true}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue