Browse Source

Added TOC header links to Strict Mode page

main
Brian Vaughn 7 years ago
parent
commit
cdb4b9ee14
  1. 4
      content/blog/2018-02-07-strict-mode.md

4
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: In version 16.3, `StrictMode` helps with:
* [Identifying components with unsafe lifecycles](#identifying-unsafe-lifecycles) * [Identifying components with unsafe lifecycles](#identifying-unsafe-lifecycles)
* Warning about legacy string ref API usage * [Warning about legacy string ref API usage](#warning-about-legacy-string-ref-api-usage)
* Detecting unexpected side effects * [Detecting unexpected side effects](#detecting-unexpected-side-effects)
Additional functionality will be added with future releases of React. Additional functionality will be added with future releases of React.

Loading…
Cancel
Save