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
Native check correctly fails because this promise implementation does not support @@species pattern and unhandled rejection tracking. If you have an issue with "babel's Promise bug in iOS9.3 webview" - please, open issue about it, add details and reproducible example.
this use native check will always fail because
promise.then(empty)
will throw errorso it will always use babel's Promise, but babel's Promise has bug in iOS9.3 webview, Promise.resolve not resolving when page scrolling
The text was updated successfully, but these errors were encountered: