Matt Blanchette
Matt Blanchette
Yes, I'm seeing the same issue with having partial translations and not falling back to either language or default locale (even with retryInDefaultLocale: true and fallbacks). If I have key1...
The strict `"protobufjs": "7.0.0"` version is inconsistent with dependency google-gax google-gax 5.0.2-rc.1 depends on `"protobufjs": "^7.5.0"` Latest google-gax 5.0.1 depends on `"protobufjs": "^7.5.3"` But it looks like protobufjs 7.5 isn't...
Workaround for 4.1.0, forcing Jest to resolve import as CJS: ``` moduleNameMapper: { '^aws-sdk-client-mock-jest$': '/node_modules/aws-sdk-client-mock-jest/dist/cjs/jest.js', ``` Jest documentation says ESM is detected on .mjs file type or package.json type:module, but...