Typescript TypedArrays are now Generic #2654
Unanswered
edramos-97
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I've a question I'm not sure should be reported as a bug or not.
With the recent upgrade of typescript to version 5.7.2 (PR) the typings for the
GraphQLByte
became incompatible with typescript versions lower than 5.7.2..Even using typescript@5.7.2 I'm getting an error that Buffer is not generic because I'm not using the latest
@types/node
.Both these points will cause an error on compilation if the
skipLibCheck
option is not set to true.Let me know what you think and I'll open a bug report if appropriate
Beta Was this translation helpful? Give feedback.
All reactions