Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Nov 27, 2024
1 parent 6203409 commit 22ac642
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nextra-theme-docs/src/stores/focused-route.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use no memo'

import type { Dispatch } from 'react'
import { create } from 'zustand'

Expand Down
2 changes: 2 additions & 0 deletions packages/nextra-theme-docs/src/stores/menu.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use no memo'

import type { Dispatch, SetStateAction } from 'react'
import { create } from 'zustand'

Expand Down
1 change: 1 addition & 0 deletions packages/nextra-theme-docs/src/stores/theme-config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'use client'
'use no memo'

import type { ComponentProps } from 'react'
import { createContext, createElement, useContext } from 'react'
Expand Down

0 comments on commit 22ac642

Please sign in to comment.