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
Added basic checks. There is still a room for improvement though. We could check in more places (return value of fn in task.chain(fn) for instance), and show incorrect value better (currently toString is used so arrays look like 1,2 for example).
We should check arguments to be of correct types in user facing methods (i.e. public API methods) and
throw
early.The text was updated successfully, but these errors were encountered: