You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,11 +71,11 @@ Note that this does mean you need to configure Babel to transform the ES module
71
71
72
72
### React Hot Loader
73
73
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
+
76
76
> The problem - hot reloading is not "complete"
77
77
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 can’t gurantee to always work well with it, nor is it our control to do anything about that.
0 commit comments