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
A step-by-step description of how to reproduce the issue, based on the linked reproduction.
Impersonated function from google-auth-library is not assignable to JSONClient.
so, type check by tsc fails.
A clear and concise description of what the bug is, and what you expected to happen.
Every time google-auth-library is updated, this error occurs. So, I should update yarn.lock.
I think package version is not latest, but I didn't figure out the detail.
A clear and concise description WHY you expect this behavior, i.e., was it a recent change, there is documentation that points to this behavior, etc. **
Type check should pass, even if I update the package.
The text was updated successfully, but these errors were encountered:
Issue was opened with an invalid reproduction link. Please make sure the repository is a valid, publicly-accessible github repository, and make sure the url is complete (example: https://github.com/googleapis/google-cloud-node)
Issue was opened with an invalid reproduction link. Please make sure the repository is a valid, publicly-accessible github repository, and make sure the url is complete (example: https://github.com/googleapis/google-cloud-node)
Please make sure you have searched for information in the following guides.
A screenshot that you have tested with "Try this API".
this is the package error, so there is no screenshot about "Try this API".
Link to the code that reproduces this issue. A link to a public Github Repository or gist with a minimal reproduction.
https://github.com/yugo-ibuki/auth-type-error
A step-by-step description of how to reproduce the issue, based on the linked reproduction.
Impersonated function from google-auth-library is not assignable to JSONClient.
so, type check by tsc fails.
A clear and concise description of what the bug is, and what you expected to happen.
Every time google-auth-library is updated, this error occurs. So, I should update yarn.lock.
I think package version is not latest, but I didn't figure out the detail.
A clear and concise description WHY you expect this behavior, i.e., was it a recent change, there is documentation that points to this behavior, etc. **
Type check should pass, even if I update the package.
The text was updated successfully, but these errors were encountered: