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
I'm getting TypeScript error in /app/node_modules/graphql-tag/lib/index.d.ts(1,13): '=' expected. TS1005 when building my app, which depends on graphql-tag@^2.11.0 via @apollo/client@^3.3.2.
TypeScript error in /app/node_modules/graphql-tag/lib/index.d.ts(1,13):
'=' expected. TS1005
> 1 | import type { DocumentNode } from 'graphql/language/ast';
| ^
The text was updated successfully, but these errors were encountered:
Getting the same issue. Seems like the 2.11 version was replaced by accident? Anyway, we resolved out issue by upping the typescript version to be 3.8+.
I'm getting
TypeScript error in /app/node_modules/graphql-tag/lib/index.d.ts(1,13): '=' expected. TS1005
when building my app, which depends ongraphql-tag@^2.11.0
via@apollo/client@^3.3.2
.The text was updated successfully, but these errors were encountered: