Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Fix markdown formatting issue (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasman authored May 1, 2020
1 parent 0d90bca commit 37e1b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ Above imports are for a convenience to utilize standard versions of batching. If
```js
import { observerBatching } from "mobx-react"
observerBatching(customBatchedUpdates)
```

## FAQ

Expand Down Expand Up @@ -581,4 +582,3 @@ Warning: setState(...): Cannot update during an existing state transition (such

Usually this means that (another) component is trying to modify observables used by this components in their `constructor` or `getInitialState` methods.
This violates the React Lifecycle, `componentWillMount` should be used instead if state needs to be modified before mounting.
```

0 comments on commit 37e1b67

Please sign in to comment.