Skip to content

Commit ad2ec13

Browse files
committed
Add previously referred to as noopCheck to JSDocs
1 parent b0b4263 commit ad2ec13

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/Provider.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export interface ProviderProps<
4545
* the `useSelector` identity function check, allowing you to specify how often
4646
* these checks should occur in development mode.
4747
*
48+
* **Note**: Previously referred to as `noopCheck`.
49+
*
4850
* @since 9.0.0
4951
*/
5052
identityFunctionCheck?: DevModeCheckFrequency

src/hooks/useSelector.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export interface DevModeChecks {
4343
* - `always` - Run every time the selector is called.
4444
* - `never` - Never run the identity function check.
4545
*
46+
* **Note**: Previously referred to as `noopCheck`.
47+
*
4648
* @default 'once'
4749
*
4850
* @since 9.0.0

0 commit comments

Comments
 (0)