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
The constructor ApolloError is failing to get the config argument. It is trying to get it from the 3rd position of the arguments object: (arguments[2]). It should be accessing it from the 2nd position: (arguments[1]).
0 commit comments