react-relay-network-modern
react-relay-network-modern copied to clipboard
Remove error logging from CacheMiddleware
This line: https://github.com/relay-tools/react-relay-network-modern/blob/master/src/middlewares/cache.js#L84
Is destroying my logs. Can we remove it or is there a way of making the error e into something nice? I would prefer it was removed, though. Maybe an onError callback could be added, instead.