We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2863ee7 commit 80d7977Copy full SHA for 80d7977
docs/api/hooks.md
@@ -262,7 +262,7 @@ const { count, user } = useSelector((state) => ({
262
}))
263
```
264
265
-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.
266
267
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.
268
0 commit comments