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
No overload matches this call.
Overload 1 of 3, '(object: GoogleApis, method: never): never', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'never'.
Overload 2 of 3, '(object: GoogleApis, method: never): never', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'never'.ts(2769)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
28.1.1
Steps to reproduce
Expected behavior
I expect it to work as well as in this case:
Actual behavior
error: No overload matches this call
Additional context
The problem is in
FunctionPropertyNames
utility type, it doesn't work as expected in this case.My real-life use-case is to do this:
getting
Environment
The text was updated successfully, but these errors were encountered: