[IE] Errors thrown when opening any IgxGrid #1436
Labels
browser: IE-11
Issues specific to the MS IE11 browser
🐛 bug
Any issue that describes a bug
duplicate
🔥 severity: high
grid: general
Description
A JS errors are thrown when using any IgxGrid under IE.
The error is:
ERROR TypeError: Object doesn't support property or method 'forEach'
Steps to reproduce
Navigate to any IgxGrid sample on the staging, for example
Look at the browser console.
Result
JS errors are thrown.
Expected result
JS errors should not be thrown.
Attachments
Findings:
The issue started to appear after upgrading of the angular-cli version.
There is a recommendation how to load polyfills correctly:
angular/angular-cli#6577
Possible Fix: https://github.com/angular/angular/pull/16805/files
The text was updated successfully, but these errors were encountered: