Skip to content

Commit

Permalink
Fix link to issue 1001 in readme
Browse files Browse the repository at this point in the history
Use the full URL to link to issue gaearon#1001 in the readme.
I think the short form that was used (`gaearon#1001`) only works in comments and PR messages.
  • Loading branch information
maxgabut authored Jan 29, 2020
1 parent 5d3eb82 commit ce09e12
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 ce09e12

Please sign in to comment.