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
Looks like at Version 16, the graphql module stopped functioning in CodeSandbox.
Any import statement will throw the TypeError Cannot read properties of undefined (reading 'FIELD')
Has anyone had any experience with this?
Fixesgraphql#3685
Since we decide to get rid of TS enums in v17 anyway just add this
workaround to v16
Note: Opened draft PR to test that it even works
Looks like at Version 16, the
graphql
module stopped functioning in CodeSandbox.Any import statement will throw the TypeError
Cannot read properties of undefined (reading 'FIELD')
Has anyone had any experience with this?
Example of this issue:
https://codesandbox.io/s/graphql-field-error-eih7xb?file=/src/index.js
The text was updated successfully, but these errors were encountered: