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
fix(useErrorHandler): use unknown instead of Error (#89)
* fix(useErrorHandler): use unknown instead of Error type
* make the return type explicit
* treat null and undefined as no error
* docs(useErrorHandler): use unknown instead of error
Closes#83
0 commit comments