From cdb4b9ee14a9aaee105c714b37d81019e4437b18 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 6 Feb 2018 14:06:49 -0800 Subject: [PATCH] Added TOC header links to Strict Mode page --- content/blog/2018-02-07-strict-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2018-02-07-strict-mode.md b/content/blog/2018-02-07-strict-mode.md index e46b5ab3..941bce27 100644 --- a/content/blog/2018-02-07-strict-mode.md +++ b/content/blog/2018-02-07-strict-mode.md @@ -16,8 +16,8 @@ In the above example, strict mode checks will *not* be run against the `Header` In version 16.3, `StrictMode` helps with: * [Identifying components with unsafe lifecycles](#identifying-unsafe-lifecycles) -* Warning about legacy string ref API usage -* Detecting unexpected side effects +* [Warning about legacy string ref API usage](#warning-about-legacy-string-ref-api-usage) +* [Detecting unexpected side effects](#detecting-unexpected-side-effects) Additional functionality will be added with future releases of React.