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
The default error handler is there to handle any uncaught exceptions in transitions. By default, it logs to the console. You can provide a noop implementation by calling:
feature(hooks): Pass ignored (synchronous success/error) hook exceptions to the `defaultErrorHandler`
test(*): Silence error logging in unit tests
Partially addresses #2860
1.0.0-beta.1
stateService.ts?6000:488
are the following console logs necessary?
The text was updated successfully, but these errors were encountered: