Skip to content

useEventCallback

useEventCallback<T>(fn, deps): (…args) => any

Defined in: packages/react/src/components/ui/datetime/input.tsx:489

Stable callback ref that always calls the latest fn without changing reference when deps change.

T extends Function

T

any[]

(…args) => any