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
Hi,
Recently i discovered this lib, that sounds awesome, but i am have facing issues about the types.
I have found a workaround by placing a comment // @ts-nocheck at the start of file, but this seems not ideal for a type safe project.
Here some examples:
Type 'undefined' cannot be used as an index type. at line 144, this message shows an issue about the operationName, that should be a defined string, buf actually is a string | undefined. Similar errors with not used variables, also are displayed.
I know that's it a personal configuration of tsconfig, but it appears to be improved :)
The text was updated successfully, but these errors were encountered:
Hi,
Recently i discovered this lib, that sounds awesome, but i am have facing issues about the types.
I have found a workaround by placing a comment
// @ts-nocheck
at the start of file, but this seems not ideal for a type safe project.Here some examples:
I know that's it a personal configuration of tsconfig, but it appears to be improved :)
The text was updated successfully, but these errors were encountered: