-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReadableStreamReadResult used in grpc-web-format.d.ts is no longer available type since typescript 4.2 #248
Comments
Hey Kamil, could you verify with |
Yes, |
timostamm
added a commit
that referenced
this issue
Mar 15, 2022
... and skipLibCheck=false, see #248
Thank you. This seems worth a workaround. A fix is released in a pre-release version. Can you confirm that |
Thanks, it fixes the issue. |
Fix released in v2.2.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling project using grpcweb-transport using latest typescript compiler produces
This is caused by a breaking change in typescript types microsoft/TypeScript#42970
and a fix is to change
ReadableStreamReadResult
toReadableStreamDefaultReadResult
The text was updated successfully, but these errors were encountered: