You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Hi guys! I'm really struggling with this one since a few days ago. I've been testing my login mutation on different browsers, works fine on all of them except Safari. When I call my login mutation on safari it doesn't refetchQueries, a component wouldn't render and currentUser would not appear in 'account'. I also tried manually updating the cache:
when logging componentWillReceiveProps it rerenders 3 times, with empty account, account with currentUser and then with empty account again, so it's somehow deleting the cache or something... super weird but cant figgure it out, any help would be higly appretiated!
react-apollo - 2.1.0
safari - 11.0.3 (13604.5.6)
Thanks
The text was updated successfully, but these errors were encountered:
Hi guys! I'm really struggling with this one since a few days ago. I've been testing my login mutation on different browsers, works fine on all of them except Safari. When I call my login mutation on safari it doesn't refetchQueries, a component wouldn't render and currentUser would not appear in 'account'. I also tried manually updating the cache:
when logging componentWillReceiveProps it rerenders 3 times, with empty account, account with currentUser and then with empty account again, so it's somehow deleting the cache or something... super weird but cant figgure it out, any help would be higly appretiated!
react-apollo - 2.1.0
safari - 11.0.3 (13604.5.6)
Thanks
The text was updated successfully, but these errors were encountered: