GHC 2022-08-11

1 comment.

, https://git.io/..... in protobufjs/protobuf.js
Just encountered the same problem. `@types/[email protected]` is causing an additional `Long` type that's incompatible with the builtin `Long` type from `[email protected]`. Had to add `import Long from "long";` to generated `proto.d.ts` to prevent it from picking up the wrong `Long` from `@types/long`.