Skip to content

Commit

Permalink
fix broken link in no-is-mounted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiendmt authored Oct 16, 2024
1 parent 63aceff commit 217185b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-is-mounted.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[`isMounted` is an anti-pattern][anti-pattern], is not available when using ES6 classes, and it is on its way to being officially deprecated.

[anti-pattern]: https://facebook.github.io/react/blog/2015/12/16/ismounted-antipattern.html
[anti-pattern]: https://legacy.reactjs.org/blog/2015/12/16/ismounted-antipattern.html

## Rule Details

Expand Down

0 comments on commit 217185b

Please sign in to comment.