#fetcher.state stays "idle" during submit

1 messages · Page 1 of 1 (latest)

fathom atlas
#

the fetcher and the Form are using two different navigation states

#

you can fix this in two ways

  • replace Form with fetcher.Form
  • or replace useFetcher() with useNavigation() to get the global form navigation state
little river
#

tried both 😅
upgrading to v2 and trying again

little river
#

@fathom atlas switched to v2, tried fetcher.Form (hooking into useFetcher()/fetcher.state), also tried useNavigation from remix react, all of it stays "idle" while the action is running.

any other guidance?
I appreciate it!