Releases: molindo/react-apollo-network-status
Releases · molindo/react-apollo-network-status
1.1.0
Subscription operations no longer affect the loading
property, but they can potentially set the error
property (@shurik239 in #8).
1.0.0
This library is now used in production and is considered stable 🎊
0.0.3
Added onCancel
reducer that allows to process cancelled operations. If you're using the default configuration, this fixes a bug where the loading property could be stuck on true
(see #4).