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
{{ message }}
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
Ran into this issue when working through the react-treasurehunt example on Windows.
injectBatchingStrategy in Relay's GraphQLStoreChangeEmitter.js was for some reason being called with an undefined parameter, causing no updates to occur.
I might be linked to this issue here: facebook/relay#127, but I'm just beginning with Relay/Webpack and have no idea.
I fixed it in my own solution by checking if the function is defined before replacing it.
Ran into this issue when working through the react-treasurehunt example on Windows.
injectBatchingStrategy
in Relay'sGraphQLStoreChangeEmitter.js
was for some reason being called with an undefined parameter, causing no updates to occur.I might be linked to this issue here: facebook/relay#127, but I'm just beginning with Relay/Webpack and have no idea.
I fixed it in my own solution by checking if the function is defined before replacing it.
The text was updated successfully, but these errors were encountered: