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 2, '(arg0: string & TemplateStringsArray, ...arg1: any[]): {}[] | Helper<string, readonly string[]>', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'string & TemplateStringsArray'.
Type 'string' is not assignable to type 'TemplateStringsArray'.
Overload 2 of 2, '(arg0: TemplateStringsArray, ...arg1: any[]): {}[] | PendingQuery<Row[]>', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'TemplateStringsArray'.ts(2769)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have this code:
and getting
any idea how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions