inertia
inertia copied to clipboard
[2.x] Remove `data` option from `useForm` options type
The inclusion of data
in VisitOptions
can be misleading when using useForm
. We should update the type definitions to exclude the data
property in this context to prevent confusion.
Closes #2056.