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 e2ecce4 commit e248097Copy full SHA for e248097
README.md
@@ -501,7 +501,7 @@ import { view, store } from '@risingstack/react-easy-state'
501
export default view(() => {
502
const counter = store({ num: 0 })
503
const increment = () => counter.num++
504
- return <button={increment}>{counter.num}</div>
+ return <button={increment}>{counter.num}</button>
505
})
506
```
507
0 commit comments