ReferenceError: name is not defined
Grohden opened this issue · 0 comments
Grohden commented
I don't know why, but this name
variable is not available for this function:
Lines 34 to 40 in 741deff
(maybe this is referring to the global dom name
and ts accepts it?)
so the error report does not report the error
edit: some context
schema: "http://localhost:3000/graphql"
# documents: "app/javascript/**/*.gql" # commented this line, which is probably my issue
plugins:
- typescript-operations
- typescript-react-apollo