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
The provided polyfill for startWith ignores the second argument. The polyfill is installed even if it isn't needed so it breaks any code which expects the two argument version of startsWith to work.
The provided polyfill for
startWith
ignores the second argument. The polyfill is installed even if it isn't needed so it breaks any code which expects the two argument version ofstartsWith
to work.Documentation for startsWith:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith
The text was updated successfully, but these errors were encountered: