You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At https://github.com/apollostack/apollo-client/blob/master/src/QueryManager.ts#L261 all errors are caught and turned into APOLLO_MUTATION_ERROR actions, which aren't logged by the crashReporter or by anything else, but are passed through to the wrapped component. This includes errors from collectResultBehaviorsFromUpdateQueries and thus from updateQueries, making it hard to tell when a reducer is broken.
I was going to create a pull request, but I'm not sure where or how these errors should be logged.
The text was updated successfully, but these errors were encountered:
At https://github.com/apollostack/apollo-client/blob/master/src/QueryManager.ts#L261 all errors are caught and turned into
APOLLO_MUTATION_ERROR
actions, which aren't logged by the crashReporter or by anything else, but are passed through to the wrapped component. This includes errors fromcollectResultBehaviorsFromUpdateQueries
and thus fromupdateQueries
, making it hard to tell when a reducer is broken.I was going to create a pull request, but I'm not sure where or how these errors should be logged.
The text was updated successfully, but these errors were encountered: