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've been running into all kinds of type errors with grpc and google-gax since trying to update my @google-cloud dependencies. This is one of them - these kinds of errors should definitely be caught by the Typescript build process before releasing the library, so I'm kind of surprised that it made it through.
I use esModuleInterop: true and "allowSyntheticDefaultImports": true, which was causing issues in google-gax for some reason - but I've turned them off to test and this grpc error remains the same, so its not related to those.
The text was updated successfully, but these errors were encountered:
See #176, #393, #422, and #425, and this should have been fixed by protobufjs/protobuf.js#1086. Do you have a separate (possibly transitive) dependency on Protobuf.js that is pinned to an earlier version?
Ah that could be it.. I'm using a few libraries across @google-cloud. Trying to get them to all play nice is always a bit of a pain. I've rolled back for now because of some other TypeScript issues in google-gax, but will try again when they have been resolved.
Environment
I've been running into all kinds of type errors with
grpc
andgoogle-gax
since trying to update my@google-cloud
dependencies. This is one of them - these kinds of errors should definitely be caught by the Typescript build process before releasing the library, so I'm kind of surprised that it made it through.I use
esModuleInterop: true
and"allowSyntheticDefaultImports": true,
which was causing issues ingoogle-gax
for some reason - but I've turned them off to test and thisgrpc
error remains the same, so its not related to those.The text was updated successfully, but these errors were encountered: