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
After upgrading core-js in our app to latest 3.27.1 version we found that the app stopped working in IE11. Seems that the last stable version for us is 3.21.1 and critical changes were made here.
I prepared minimal example for reproducing the issue.
Run npm start in main branch and note that alert is shown in Chrome but it is not shown in IE11
Then change the branch to use core-js version 3.21.1. Note that alert works as expected in both browsers.