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(js): use includes instead of startsWith for hash error log checks
The deprecation warning added by api_hash.c now appears before the
actual error message in the logs, so startsWith() assertions fail.
Change to includes() which is order-independent.
0 commit comments