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.
noopCheck
1 parent b0b4263 commit ad2ec13Copy full SHA for ad2ec13
src/components/Provider.tsx
@@ -45,6 +45,8 @@ export interface ProviderProps<
45
* the `useSelector` identity function check, allowing you to specify how often
46
* these checks should occur in development mode.
47
*
48
+ * **Note**: Previously referred to as `noopCheck`.
49
+ *
50
* @since 9.0.0
51
*/
52
identityFunctionCheck?: DevModeCheckFrequency
src/hooks/useSelector.ts
@@ -43,6 +43,8 @@ export interface DevModeChecks {
43
* - `always` - Run every time the selector is called.
44
* - `never` - Never run the identity function check.
* @default 'once'
0 commit comments