Skip to content

Commit

Permalink
fix: remove deep-link into fast-deep-equal package (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Feb 8, 2024
1 parent d91471e commit f0be380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/use-deep-compare-effect.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {DependencyList, EffectCallback, useEffect, useRef} from 'react';
import isDeepEqual from 'fast-deep-equal/react';
import isDeepEqual from 'fast-deep-equal';

export function useDeepCompareEffect(
effect: EffectCallback,
Expand Down

0 comments on commit f0be380

Please sign in to comment.