Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davnicwil authored Apr 1, 2019
1 parent 30ac294 commit c25f0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

#### Load data asynchronously into your React components. Works on both client and server render.

> **Upgrade to v1.0.6 immediately, it contains an important bugfix**
> **Important - upgrade to v1.0.6 immediately, it contains an important bugfix**
> v1.0.6 fixes a bug with parallel server renders. If you are running node @ v8.12.0+, upgrade to v1.0.6 and you are done, your existing code will just work. If you are running node below v0.8.12, you have to make a tiny change to your server render code. [Please see here](/docs/react-frontload-parallel-server-render-bugfix.md) for details.
> v1.0.6 fixes a bug with parallel server renders. If you are running node @ v8.12.0+, upgrade to v1.0.6 and you are done, your existing code will just work. If you are running node below v8.12.0, you have to make a tiny change to your server render code. [Please see here](/docs/react-frontload-parallel-server-render-bugfix.md) for details.

Client render | Server render
Expand Down

0 comments on commit c25f0b6

Please sign in to comment.