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 was archived by the owner on Feb 24, 2019. It is now read-only.
I'm seeing the same issue as facebook/relay#2428.
I was able to confirm the issue by changing this line:
https://github.com/brysgo/create-react-app/blob/b4bbcf2ccf280538cca6d83811040d36b825de0c/packages/react-scripts/package.json#L49
To
"^0.13.0"and updating myyarn.lockfile to match.Once that was done,
yarn relay -u http://example.com/graphqlworked as expected.