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
It looks like dgraph-js is using `@grpc/grpc-js` and not `grpc`. Using
`grpc` in my project resulted in TS errors of type mismatch, changing to
`@grpc/grpc-js` solved it. Updating the README to reflect this.
Co-authored-by: ShivajiKharse <[email protected]>
0 commit comments