hi everyone, I hope its okay to ask a question con...
# prisma-whats-new
r
hi everyone, I hope its okay to ask a question concerning Apollo. I'm using Apollo for a react native app and I'm trying to implement some basic offline handling. It all works fine but when I have lists that use the fetchMore functionality, I still get some trouble with unresolved promise errors. Is there a way to intercept those fetchMore functions when the app is offline somehow?
j
Yeah you can using network status
Or you can handle all errors and just show a snackbar
The reason for those error is because you did not handle your error. There is a community apollo-link-network-status that may be of help to you