Skip to content

Using createCookie in a route module causes fetcher.Form to do a document reload on submissionย #9783

Open
@ollieri3

Description

@ollieri3

Reproduction

Head to https://stackblitz.com/edit/node-vqpqlv?file=app%2Froutes%2Findex.tsx , and click the submit button on the form.

You should see that the page does a full reload on submission (it's a bit easier to see if you open the stackblitz preview in a new tab).

System Info

System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 18.20.3 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.2.3 - /usr/local/bin/npm
    pnpm: 8.15.6 - /usr/local/bin/pnpm
  npmPackages:
    @remix-run/dev: ^1.7.2 => 1.7.2 
    @remix-run/node: ^1.7.2 => 1.7.2 
    @remix-run/react: ^1.7.2 => 1.7.2 
    @remix-run/serve: ^1.7.2 => 1.7.2

Used Package Manager

npm

Expected Behavior

fetcher.Form submits without causing a navigation or document reload regardless of whether a cookie is defined in the route module.

Actual Behavior

Defining a cookie in a route module causes fetcher.Form subission to do a page navigation / document reload

โ„น๏ธ Update: Workaround

Moving the createCookie call to a module that is not your route module then importing it should prevent this issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions