Marcin Janus
Marcin Janus
I have faced exact same issue. I have two components 'A' and 'B', both using the same useMeQuery to fetch user data, but 'B' is rendered only when the user...
Hi! 👋, First of all, thank you for this library such an amazing work! I think I'm facing a similar issue as described above. I'm using ReactQuery with GraphQL in...
> @schriker for the 3rd case, although a little different to my case, to fix it i had to remove the `focusManager` related code. So try remove `focusManager.setFocused()` in your...
@badsyntax Ok, You were right 👍 This was good direction, basically I had to check if I'm online using NetInfo library but in 2 places: 1. To try to resume...
I have the same case, can it be done somehow with this library? I would like to limit max zoom to lets say 1000px1000px on photo. Any idea?