mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
fix broken links in the toc of create-store.md (#3207)
This commit is contained in:
parent
463c9e3ea6
commit
f831bc8d71
@ -11,7 +11,7 @@ const someStore = createStore(stateCreatorFn)
|
||||
```
|
||||
|
||||
- [Types](#types)
|
||||
- [Signature](#createstore-signature)
|
||||
- [Signature](#signature)
|
||||
- [Reference](#reference)
|
||||
- [Usage](#usage)
|
||||
- [Updating state based on previous state](#updating-state-based-on-previous-state)
|
||||
@ -20,7 +20,7 @@ const someStore = createStore(stateCreatorFn)
|
||||
- [Updating Arrays in State](#updating-arrays-in-state)
|
||||
- [Subscribing to state updates](#subscribing-to-state-updates)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [I’ve updated the state, but the screen doesn’t update](#ive-updated-the-state-but-the-screen-doesnt-update)
|
||||
- [I’ve updated the state, but the screen doesn’t update](#i’ve-updated-the-state,-but-the-screen-doesn’t-update)
|
||||
|
||||
## Types
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user