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.
devModeChecks
hooks.md
1 parent ad2ec13 commit 05f5351Copy full SHA for 05f5351
docs/api/hooks.md
@@ -52,8 +52,10 @@ export type DevModeCheckFrequency = 'never' | 'once' | 'always'
52
53
interface UseSelectorOptions {
54
equalityFn?: EqualityFn
55
- stabilityCheck?: DevModeCheckFrequency
56
- identityFunctionCheck?: DevModeCheckFrequency
+ devModeChecks?: {
+ stabilityCheck?: DevModeCheckFrequency
57
+ identityFunctionCheck?: DevModeCheckFrequency
58
+ }
59
}
60
61
const result: Selected = useSelector(
0 commit comments