wang xiao bo bobo.hashnode.dev·Oct 30, 2022how to use inertia-react with useFormThe problem I'm having is: after resetting the form with useForm's reset(), the data still doesn't change! import { useForm } from "@inertiajs/inertia-react"; const defaultFilterData: Filters = { search: '', trashed: '', role: '' } c...1.2K readsJavaScriptinertia-react