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
When using typescript, this throws an error Expected 2-3 arguments, but got 1.ts(2554).
I believe this is a type bug, as additional arguments are intended to be optional, aren't they?
Info: 1.0.0-beta.1
Bug
When using typescript, this throws an error
Expected 2-3 arguments, but got 1.ts(2554)
.I believe this is a type bug, as additional arguments are intended to be optional, aren't they?
Workaround
Just add an empty object as second argument.
The text was updated successfully, but these errors were encountered: