Minor Changes
-
#4241
fbe109b5a8b
Thanks @salihozdemir! - Added new generic types to theuseForm
hooks. Now you can pass the query types and the mutation types to the hook.import { useForm } from "@refinedev/core"; useForm< TQueryFnData, TError, TVariables, TData, TResponse, TResponseError >();