usePureCallback icon indicating copy to clipboard operation
usePureCallback copied to clipboard

useCallback doing right

Results 1 usePureCallback issues
Sort by recently updated
recently updated
newest added

Dependencies now require them to be an array `Deps extends any[]`. But this is useless because we pass them as is, `fn(argsRef.current.deps, ...args)`.