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.
While we are on the subject is it odd that we preference props.client to context.client? It's a bit of a gotcha that people can't use a prop to their component called client, and I'm not sure it's documented anywhere.
The text was updated successfully, but these errors were encountered:
This line https://github.com/apollostack/react-apollo/blob/master/src/graphql.tsx#L262 is kind of redundant right now because it will have already errored on the line before.
@jbaxleyiii should I just fix this on devel?
While we are on the subject is it odd that we preference
props.client
tocontext.client
? It's a bit of a gotcha that people can't use a prop to their component calledclient
, and I'm not sure it's documented anywhere.The text was updated successfully, but these errors were encountered: