Surface fetcher formAction
for fetcher.load
#7196
nicholaschiang
started this conversation in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to surface the equivalent for the
formAction
on thefetcher
object returned byuseFetchers
. I want to show a global loading indicator whenever certain endpoints are being loaded. For example, I have a menu that will load a bunch of different loaders and want to do something like this:...but I cannot as
formAction
is alwaysundefined
for anyfetcher.load()
calls.Beta Was this translation helpful? Give feedback.
All reactions