fix broken links in the toc of create-store.md (#3207)

This commit is contained in:
SungHyun Kim 2025-08-10 00:04:58 +09:00 committed by GitHub
parent 463c9e3ea6
commit f831bc8d71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
- [Ive updated the state, but the screen doesnt update](#ive-updated-the-state-but-the-screen-doesnt-update)
- [Ive updated the state, but the screen doesnt update](#ive-updated-the-state,-but-the-screen-doesnt-update)
## Types