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
fix: catch fetch errors (#11)
If the fetch fails (e.g. due to hostname resolution failure), the promise is not rejected until the 30 second timeout.
Wrapping this in a try/catch allows the promise to be rejected instantly.
fix: change relay-runtime to react-relay package in peerDependencies
Mostly developers install `react-relay` package (which includes
relay-runtime). So hide annoying warning on package install.