DEV Community

Discussion on: react-apollo: An approach to handle errors globally

Collapse
 
pmaier983 profile image
Phillip ED Maier

I think I may have found a slightly more up to date and modern method of doing this. I hijacked useQuery to catch every error thrown: github.com/pmaier983/example-apoll...