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
I expect an error that 'my actionzzzz' is not comparable to 'my action'? Am I using take incorrectly?
TS version 4.5.3
The text was updated successfully, but these errors were encountered:
rssfrncs
changed the title
Is Take working correctly?
Does Take verify the passed type string against the generic argument?
Jan 17, 2022
rssfrncs
changed the title
Does Take verify the passed type string against the generic argument?
Does Take verify the passed type string argument against the generic argument?
Jan 17, 2022
rssfrncs
changed the title
Does Take verify the passed type string argument against the generic argument?
Does Take verify the passed type string argument against the generic action argument?
Jan 17, 2022
I assumed Take would verify that a string passed as the first argument would match a known type in the generic argument?
E.g.
I expect an error that 'my actionzzzz' is not comparable to 'my action'? Am I using
take
incorrectly?TS version 4.5.3
The text was updated successfully, but these errors were encountered: