Josh Greenberger

Results 7 comments of Josh Greenberger

Update: on the latest version I can't get any typescript errors to show up. My `.env` is ``` FAST_REFRESH=false ESLINT_NO_DEV_ERRORS=true TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling ```

Hi @jpvajda: I should have posted a more thorough stacktrace, this is an error bubbling up from ApolloClient. I could catch all unhandled errors and look for the specific message:...

That would work! Another option would be to catch the error within Apollo so it can be handled in the middleware like a Graphql error.

@jpvajda our team is consistently getting network errors without any way of debugging. This should be a relatively small change for the library to make, is there any way to...