I am checking the URL to see if it contains or includes a ? in it to control the hash pop state in the window. All other browsers aren’t having an issue, only IE.>
?
Adding import 'core-js/es7/array'; to my polyfill.ts fixed the issue for me.
import 'core-js/es7/array';
polyfill.ts