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 599efdb commit 40b33daCopy full SHA for 40b33da
src/useDebounce.ts
@@ -1,4 +1,4 @@
1
-import { useUpdateEffect } from '..';
+import useUpdateEffect from './useUpdateEffect';
2
3
const useDebounce = (fn: () => any, ms: number = 0, args: any[] = []) => {
4
useUpdateEffect(() => {
0 commit comments