Sébastien Lorber
Sébastien Lorber
@patriziomunzi in your case you make it work with an element that is not body right? I tried your fix but it does not seem to work for me :(
As a hint I've noticed in my app (which does not use WPTR but a really close implementation) that using `-webkit-overflow-scrolling: touch;` seems to mess up with the pull-to-refresh logic,...
Really need this in multiple mutations of my app Note, optimisticResponse already has vars injected. Current workaround is to query again for vars in the response, so that they are...
this PR seems fine, small and safe. Can it be merged and released?
Quick fix: ``` // @ts-ignore import X from "y"; ``` It will consider X as any.
Hi, Do you think this is the same errur as this stacktrace? ``` AppApolloClient.tsx:230 createAbsintheSocketLink onError Error: channel join: timeout at createChannelJoinError (joinChannel.js:10) at joinChannel.js:16 at Array.forEach () at notifyErrorToAllActive...
@richeterre solution is nice. My solution is a bit more advanced and try to support workflows such as disconnecting the socket when user logs out, and reconnect if the user...
Hi Sorry can you explain, I'm not sure to understand. If we can make it easier to migrate hooks from v4 to v5, we should probably, but don't know how...
@cmmartin for the record I've opened a React issue, which is a bit related to this issue (at least it's an example). https://github.com/facebook/react/issues/16956 Will try to see which solution to...