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 testing, it is a common need to change the default error handler. It follows that the original should be restored to not affect other code using that default behavior.
When testing, it is a common need to change the default error handler. It follows that the original should be restored to not affect other code using that default behavior.
Doing this results in the original being set as its own dependent:
Similar to the other global patterns, the error handler should check and ensure the default is not set as a dependent.
The text was updated successfully, but these errors were encountered: