Ashwin Bordoloi
Results
2
comments of
Ashwin Bordoloi
i'm facing this issue too. Does not work on typing '@' for the second time. Below is a video showing the issue. Tested version 3.6.0. & 3.5.3 [ZURB Tribute _...
``` function useLatestCallback R, A extends unknown[], R>(callback: T): T { const ref = useRef(callback); useIsomorphicLayoutEffect(() => { ref.current = callback; }); const latestCallback = useCallback((...args: A) => { return...