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
Fields with __clientField directive should not be marked as unused.
Imagine I'm using draftText field only, but eslint-plugin-relay warn about text is not used. It isn't, because I am using only draftText.
text @__clientField(handle: "draftText")
The text was updated successfully, but these errors were encountered:
Fields with __clientField directive should not be marked as unused.
Imagine I'm using draftText field only, but eslint-plugin-relay warn about text is not used. It isn't, because I am using only draftText.
text @__clientField(handle: "draftText")
The text was updated successfully, but these errors were encountered: