Open losnappas opened 3 years ago
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.
e
onError
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 anonError
callback could be added, instead.