We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ff6be commit 06afd83Copy full SHA for 06afd83
docs/rules/no-is-mounted.md
@@ -1,6 +1,6 @@
1
# Prevent usage of isMounted (no-is-mounted)
2
3
-[`isMounted` is an anti-pattern](anti-pattern), is not available when using ES6 classes, and it is on its way to being officially deprecated.
+[`isMounted` is an anti-pattern][anti-pattern], is not available when using ES6 classes, and it is on its way to being officially deprecated.
4
5
[anti-pattern]: https://facebook.github.io/react/blog/2015/12/16/ismounted-antipattern.html
6
0 commit comments