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 65b301b commit 565b68cCopy full SHA for 565b68c
README.md
@@ -4,7 +4,7 @@ Lightweight ([<600B minified + gzipped](https://bundlephobia.com/result?p=use-st
4
5
6
```js
7
-function Example() {
+function Component() {
8
const [mappedState, dispatch] = useStore(state => {
9
return { count: state.count };
10
});
0 commit comments