Skip to content

Commit

Permalink
rework wording
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Jun 3, 2023
1 parent 2863ee7 commit 80d7977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const { count, user } = useSelector((state) => ({
}))
```

If a selector result is suitably stable, or memoised, it will not return a different result and thus not cause a warning to be logged.
If a selector result is suitably stable (or the selector is memoized), it will not return a different result and no warning will be logged.

By default, this will only happen when the selector is first called. You can configure the check in the Provider or at each `useSelector` call.

Expand Down

0 comments on commit 80d7977

Please sign in to comment.