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
Per documentation:
> The first arg is the options object for customization (it can also be null or omitted for default options)
Therefore the first parameter should be allow to be null or omitted in type definition.
Also it's not necessary to specify `callback` return type as `void`.
0 commit comments