Skip to content

Commit

Permalink
Fix link to issue 1001 in readme (#1415)
Browse files Browse the repository at this point in the history
Use the full URL to link to issue #1001 in the readme.
I think the short form that was used (`#1001`) only works in comments and PR messages.
  • Loading branch information
maxgabut authored Feb 11, 2020
1 parent 7e91294 commit 08d8b15
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 @@ -184,7 +184,7 @@ Make sure to watch your bundle size when implementing react-hot-loader to ensure
* (that's the goal) React-Hot-Loader would not update any object, including component `state`.
* (1%) React-Hot-Loader could not reply some changes you may made in components `constructors`. As long as
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.
React-Hot-Loader knows what class method is, not how you created it. See #1001 for details.
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.

## Recipes

Expand Down

0 comments on commit 08d8b15

Please sign in to comment.