Skip to content

Commit 9c99175

Browse files
committed
docs: staged useControlledState
1 parent 3d9ac27 commit 9c99175

File tree

1 file changed

+1
-1
lines changed
  • docs/.vitepress/config

1 file changed

+1
-1
lines changed

docs/.vitepress/config/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export function sidebarHooks(): DefaultTheme.SidebarItem[] {
191191
text: 'State',
192192
items: [
193193
{ text: 'useBoolean', link: 'useBoolean' },
194-
{ text: "useControlledState", link: "useControlledState" },
194+
// { text: "useControlledState", link: "useControlledState" },
195195
{ text: 'useImmer', link: 'useImmer' },
196196
{ text: 'useUrlState', link: 'useUrlState' },
197197
{ text: 'useFormatResult', link: 'useFormatResult' },

0 commit comments

Comments
 (0)