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
graphql is a name of a function and currently is not ignored, function names are expected to be spelled correctly. The string in the import will be ignored ("react-relay"). You can workaround this by adding the mispelled function names you import to the skipWords list.
I see the logic behind this, but in reality a lot of third party libraries are giving warnings and adding them to the skipWords does work but creates a coupling on that dependency. Any plans on some setting to ignore words use in imports overall?
Is ignoreRequire supposed to disable warnings for lines like:
import { graphql } from "react-relay"
?The text was updated successfully, but these errors were encountered: