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
Expected: The second overload gets picked and there is no error.
Actual: An error:
error TS2343: Type 'string' does not satisfy the constraint 'Number':
Property 'toFixed' is missing in type 'String'.
The text was updated successfully, but these errors were encountered:
Expected: The second overload gets picked and there is no error.
Actual: An error:
error TS2343: Type 'string' does not satisfy the constraint 'Number':
Property 'toFixed' is missing in type 'String'.
The text was updated successfully, but these errors were encountered: