- Updated to TS 4.4
- Internal types had to be fixed due to TS 4.4 regression and since I found no suitable implementation that would work for this version and older alike you need to update TS in your project to
^4.4.0 - Error handler now expects
unknowninstead of error
- Internal types had to be fixed due to TS 4.4 regression and since I found no suitable implementation that would work for this version and older alike you need to update TS in your project to
- Updated
@grpc/grpc-jsto1.3.7, which you also need to do if you have different version locked or installed
Migration guide
npm install @grpc/grpc-js@1.3.7 # alternatively update lock if it's not your main dep
npm install typescript@4.4