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
constDoc=gql(/* GraphQL */` query A { user { id login } }`)constMyComponent=()=>{constdata=useQuery(Doc)data.id}// would raise User.login field is unused in code...
The text was updated successfully, but these errors were encountered:
This rule seems great, but I think this will be impossible without false-positive cases due to props dribbling when we pass data to some child component
The text was updated successfully, but these errors were encountered: