edit in a modal window
opening a <edit> resource in a modal window, queryResult is undefined.
that is the relevant code in the edit part
const {
saveButtonProps,
handleSubmit,
refineCore: { queryResult, onFinish, formLoading },
register,
control,
formState: { errors },
} = useForm( { resource: "order-items"} );
that is the relevant code in the edit part
const {
saveButtonProps,
handleSubmit,
refineCore: { queryResult, onFinish, formLoading },
register,
control,
formState: { errors },
} = useForm( { resource: "order-items"} );
