#fetcher.state stays "idle" during submit
1 messages · Page 1 of 1 (latest)
you can fix this in two ways
- replace
Formwithfetcher.Form - or replace useFetcher() with useNavigation() to get the global form navigation state
tried both 😅
upgrading to v2 and trying again
@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!