-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cached QueryRender refreshing #49
Comments
Hi Morrys, I didn't use any hooks, but only the code above. |
Using the useRestore hook avoids the issue. Is it 'mandatory' ? I didn't get that from the documentation at all |
Hi @Felix-N, |
Thanks Morrys, Again thanks a lot for the quick responsesand great library. |
Hi,
I'm just testing the library (it sounds perfect), but have some strange behavior I do not understand:
When I'm using any offline mode, the QueryRenderer does not update the view correctly. Using a network request works just fine.
Basically only 'Loading' is shown, as if the props never populate (but the log shows differently)
Here is the sample I am using:
The logging comes out a bit weird as well (pure offline log here) showing cached false in the end:
props
The text was updated successfully, but these errors were encountered: