You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've come across an unexpected behaviour where every fetcher.submit call in my Remix application also causes a POST /action/set-theme request to happen. Is this intended behaviour?
Describe the bug
I've come across an unexpected behaviour where every fetcher.submit call in my Remix application also causes a POST /action/set-theme request to happen. Is this intended behaviour?
Your Example Website or App
n/a
Steps to Reproduce the Bug or Issue
Root code:
Fetcher call in index.jsx:
fetcher.submit( { type: "test", }, { method: "POST", action: "/api/questions/create" } );
Expected behavior
Expected behaviour is a POST call only during first load of the application.
Platform
MacOS, Chrome. In production, too.
The text was updated successfully, but these errors were encountered: