ag-grid / ag-grid-aurelia

Aurelia wrapper for ag-Grid project
MIT License
23 stars 8 forks source link

ag-grid work well in IE 11,but crashed in IE 10 #28

Closed Perity2015 closed 4 years ago

Perity2015 commented 4 years ago

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/ceolter/ag-grid-aurelia/blob/master/CONTRIBUTING.md#question

Current behavior

import "core-js/stable"; import "regenerator-runtime/runtime";

[ "@babel/preset-env", { "targets": "> 0.25%, not dead", "useBuiltIns": "entry", "corejs": 3 } ]

Using the above configuration, the Ag grid works normally on IE 11.

When I used ie10, the browser crashed and reported the following error.

ag-Grid: unable to find bean reference paginationProxy while initialising beans ag-Grid: unable to find bean reference rowRenderer while initialising beans ag-Grid: unable to find bean reference columnHoverService while initialising beans ag-Grid: unable to find bean reference maxDivHeightScaler while initialising beans ag-Grid: unable to find bean reference paginationProxy while initialising changeDetectionService ......

Unhandled rejection TypeError: 无法获取未定义或 null 引用的属性“apply”

Expected behavior

It also works well in IE 10

Please tell us about your environment: