Submits a fetcher <form> to the server without reloading the page.

interface FetcherSubmitFunction ((target, options?) => void)
  • Parameters

    • target: SubmitTarget
    • Optional options: Omit<SubmitOptions, "replace" | "state">

    Returns void