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.
This parameter name should only be "callback" instead it's shown the TypeScript typings of the function.
This is React.useCallback TypeScript declaration:
function useCallback<T extends (...args: any[]) => any>(callback: T, deps: DependencyList): T;