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: don't break the monkeypatch chain (#91)
Mainly libs change this hook, a common practice is to run the existing
hook after or before the custom code.
This avoids breaking monkeypatching of other libs.