Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Oct 29, 2019
1 parent c4521ef commit d777c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/strict-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Strict mode can't automatically detect side effects for you, but it can help you
* state updater functions (the first argument for the `setState` class component method or the argument for the `setState` return value of [`useState`](hooks-reference.html#usestate))
* The static `getDerivedStateFromProps` lifecycle
* the function passed as the initial state to [`useState`](hooks-reference.html#lazy-initial-state)
* the `init` function passed to [`useReducer`](/hooks-reference.html#usereducer)
* "create" functions passed to [`useMemo`](https://reactjs.org/docs/hooks-reference.html#usememo)
* the `init` function passed to [`useReducer`](hooks-reference.html#usereducer)
* "create" functions passed to [`useMemo`](hooks-reference.html#usememo)

> Note:
>
Expand Down

0 comments on commit d777c53

Please sign in to comment.