| Refresh page when offline works. I found out that initializing client is now going to restore the state. Problem is happening only when client will be started when offline (this could happen only when service worker is enabled). Client then cannot perform any queries (initial query), however next subsequent query is going to handle this case. Good news - this stuff works. Additionally we could refresh client when getting online however this could affect already setup promise chains so let's not do it |