contiamo / restful-react

A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs 🔥
MIT License
1.87k stars 109 forks source link

Throw exception on error refetch #375

Open ishfx opened 2 years ago

ishfx commented 2 years ago

Is your feature request related to a problem? Please describe. I usually have to use useEffect to save the error thrown by refetch (of useGet) to a state.

Describe the solution you'd like It would have been easier if refetch threw an exception on error (like mutate).

Thanks in advance!