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.
@voodooattack I have no idea why that changes fixes it, but it definitely does! I've made the change and will release it and keep poking around to figure out why!
Take the following query:
Here SSR works well, but the mutation has no access to the refetchQuery prop on the client.
Here the exact opposite happens: SSR doesn't work, but the client can access the props normally.
I traced the issue to line 221 in graphql.jsx:
When I turned it into an
if
statement everything worked:And for the life of me I have no idea why. (I'd really appreciate an explanation!)
The text was updated successfully, but these errors were encountered: