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
@mitjade Thanks for pointing out this nuisance, however at the moment starter kit uses only redux's applyMiddleware in src/redux_store.js, not apollo's one. So this issue is non-relevant for now.
Is this something that might concern this starter kit, since it now uses
apollo-client
0.10.0?I found
applyMiddleware
insrc/redux_store.js
, should this be nowapplyBatchMiddleware
?apollographql/apollo-client#1285
The text was updated successfully, but these errors were encountered: