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: use safe _window and _navigator references (#1324)
- use _window.history instead of history (history is undefined in wechat miniapp environment)
- use _navigator.userAgent instead of navigator (navigator is undefined in wechat miniapp environment)
0 commit comments