Skip to content

Commit

Permalink
Fix the grammar in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit.sinha committed May 11, 2018
1 parent c5c05e7 commit 64b6870
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 @@ -223,7 +223,7 @@ Using React Hot Loader with React Native can cause unexpected issues (see #824)

Most of modern React component-loader libraries are not "100%" compatible with React-Hot-Loader, as long
they load deferred component on `componentWillMount`, but never reload it again.
As result - you can update the code, webpack will ship that code the the client, but nothing will be updated.
As result - you can update the code, webpack will ship that code to the client, but nothing will be updated.

In this case, you have to setup "reloading" by your self - you have to mark your "loaded components" as _hot-exported_.

Expand Down

0 comments on commit 64b6870

Please sign in to comment.