We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9bd5d commit 098f862Copy full SHA for 098f862
docs/api/hooks.md
@@ -59,7 +59,7 @@ interface UseSelectorOptions {
59
}
60
61
const result: Selected = useSelector(
62
- selector: SelectorFunction,
+ selector: SelectorFn,
63
options?: EqualityFn | UseSelectorOptions
64
)
65
```
0 commit comments