RajaOne

Results 1 comments of RajaOne

This is fixed with `"google-gax": "2.28.1"`. So I added this to my package.json: ``` { "name": "bigtable-test", ... "dependencies": { "@google-cloud/bigtable": "3.2.0", ... "google-gax": "^2.28.1" } } ```