Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/reactjs/reactjs.org into …
Browse files Browse the repository at this point in the history
…sync-2aa3c54e
  • Loading branch information
reactjs-translation-bot committed Apr 17, 2019
2 parents d1d6d67 + 2aa3c54 commit 141a8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/addons-shallow-compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ category: Reference

> Note:
>
> `shallowCompare` is a legacy add-on. Use [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
> `shallowCompare` is a legacy add-on. Use [`React.memo`](/docs/react-api.html#reactmemo) or [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
**Importing**

Expand Down

0 comments on commit 141a8d0

Please sign in to comment.