Skip to content

Commit

Permalink
fix(docs): add a link to #270
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Nov 5, 2021
1 parent c43f098 commit b82c434
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ function Foo() {
#### Update synchronously
By default, state mutations are batched before triggering re-render. Sometimes, we want to disable the batching.
By default, state mutations are batched before triggering re-render.
Sometimes, we want to disable the batching.
The known use case of this is `<input>` [#270](https://github.com/pmndrs/valtio/issues/270).
```jsx
function TextBox() {
Expand Down

0 comments on commit b82c434

Please sign in to comment.