Pinned Loading
-
thirdandgrove/thirdandgrove-com-gatsby
thirdandgrove/thirdandgrove-com-gatsby PublicGatsby frontend for our Decoupled TAGv5
-
-
useDebounceCallback.ts
useDebounceCallback.ts 1/* eslint-disable @typescript-eslint/no-explicit-any */
2import { useRef, useCallback, useEffect } from 'react';
34export default function useDebouncedCallback<T extends (...args: any[]) => any>(
5callback: T,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.