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
We have some reports about TypeError: Object.hasOwn is not a function. It is mostly from ancient WebView versions (older than Chrome 93).
We should either update notOldChrome() check or explicitly check for Object.hasOwn()
The text was updated successfully, but these errors were encountered:
charlag
added
the
bug
broken functionality, usability problems, unexpected errors
label
Jan 31, 2025
We have some reports about
TypeError: Object.hasOwn is not a function
. It is mostly from ancient WebView versions (older than Chrome 93).We should either update
notOldChrome()
check or explicitly check forObject.hasOwn()
The text was updated successfully, but these errors were encountered: