Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit fa476ff

Browse files
authored
[README] Cleanup
1 parent 53776a7 commit fa476ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ Note that this does mean you need to configure Babel to transform the ES module
7171

7272
### React Hot Loader
7373

74-
React Hot Loader not always compile `__generated__` directory so you will get modules with TS types into your browser and that will break your app.
75-
As a mainteiner of RHL pointed at a similar issue https://github.com/gaearon/react-hot-loader/issues/1032:
74+
React Hot Loader is known to not always work well with generated code such as our typing artefacts, which will lead to loading modules _with_ TypeScript types into the browser and break. As a maintainer of RHL [pointed out](https://github.com/gaearon/react-hot-loader/issues/1032) in a similar issue:
75+
7676
> The problem - hot reloading is not "complete"
7777
78-
So either RHL will be discontinued or made "complete" https://github.com/gaearon/react-hot-loader/issues/1024 until then this project can't gurantee to work with it.
78+
So [until RHL will be made complete](https://github.com/gaearon/react-hot-loader/issues/1024) this project cant gurantee to always work well with it, nor is it our control to do anything about that.
7979

8080
## Examples
8181

0 commit comments

Comments
 (0)