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 727b950 commit 2005535Copy full SHA for 2005535
docs/useCustomCompareEffect.md
@@ -5,7 +5,7 @@ A modified useEffect hook that accepts a comparator which is used for comparison
5
## Usage
6
7
```jsx
8
-import {useCounter, useDeepCompareEffect} from 'react-use';
+import {useCounter, useCustomCompareEffect} from 'react-use';
9
import isEqual from 'lodash/isEqual';
10
11
const Demo = () => {
0 commit comments