mirror of
https://github.com/streamich/react-use.git
synced 2026-01-18 14:06:52 +00:00
fix: 🐛 fix useDebounce import
This commit is contained in:
parent
599efdb6b6
commit
40b33dabed
@ -1,4 +1,4 @@
|
||||
import { useUpdateEffect } from '..';
|
||||
import useUpdateEffect from './useUpdateEffect';
|
||||
|
||||
const useDebounce = (fn: () => any, ms: number = 0, args: any[] = []) => {
|
||||
useUpdateEffect(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user