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 2879505 commit aba7831Copy full SHA for aba7831
1 file changed
docs/hooks/use-store-with-equality-fn.md
@@ -20,7 +20,7 @@ const someState = useStoreWithEqualityFn(store, selectorFn, equalityFn)
20
- [Signature](#signature)
21
- [Reference](#reference)
22
- [Usage](#usage)
23
- - [Use a vanilla store in React](#use-a-vanilla-store-in-react)
+ - [Using a global vanilla store in React](#using-a-global-vanilla-store-in-react)
24
- [Using dynamic vanilla stores in React](#using-dynamic-global-vanilla-stores-in-react)
25
- [Using scoped (non-global) vanilla store in React](#using-scoped-non-global-vanilla-store-in-react)
26
- [Using dynamic scoped (non-global) vanilla stores in React](#using-dynamic-scoped-non-global-vanilla-stores-in-react)
0 commit comments