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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ Make sure to watch your bundle size when implementing react-hot-loader to ensure
184
184
* (that's the goal) React-Hot-Loader would not update any object, including component `state`.
185
185
* (1%) React-Hot-Loader could not reply some changes you may made in components `constructors`. As long as
186
186
components would not be recreated - RHL have to _inject_ new data onto existing components, but there is no way to detect the actual change and the way reply it.
187
-
React-Hot-Loader knows what class method is, not how you created it. See #1001 for details.
187
+
React-Hot-Loader knows what class method is, not how you created it. See [#1001](https://github.com/gaearon/react-hot-loader/issues/1001) for details.
0 commit comments