Jussi Laitinen

Results 12 comments of Jussi Laitinen

Does this work if you try `2.4` version of ApolloClient? Also what `v4()` returns for id and what if you try this with static id?

It should be `resolvers: { Query: ... }` instead of `resolvers: { Queries: ... }`

Debugging is working for me but sometimes I'm unable to set breakpoint to a specific line and it might jump elsewhere. Do you know what is causing that?

@animaonline No. I usually add extra console.log rows until VS code is able to add the breakpoint. :D

I would also like to know how to control the right component. Should the view control what to show or should we use a different approach?

@loiclouvet Thanks! How would you handle the button press event if the specific view wants to do something when the button is pressed? Or if the button press should push...

I think this happens if you haven't configured all the supported localizations in the Xcode project: https://stackoverflow.com/questions/46205763/nsdateformatter-and-current-language-in-ios11

@stefalda Adding the missing languages fixed the issue in our project. I think the iOS 11 way is better but I couldn't find any info about the change in Apple's...

Did you find a solution how to detect switches between WiFi networks?

Is this working for you also in release builds?