AgGrid Enterprise无法验证

时间:2018-06-25 14:31:32

标签: javascript reactjs ag-grid ag-grid-react

import * as agGrid from "ag-grid-enterprise";
agGrid.LicenseManager.setLicenseKey("license_key");

我的index.js文件中包含以下代码,但我在以下位置始终收到以下错误:

main.js?c69b:114Uncaught TypeError: main_1.Grid.setEnterpriseComponents is not a function

im对ag-grid和ag-grid-enterprise均使用18.0.1。有人知道如何解决吗?

1 个答案:

答案 0 :(得分:0)

不确定您是否仍在寻找答案,但这是我必须解决的问题:

import * as agGridEnterprise from 'ag-grid-enterprise';
agGridEnterprise.LicenseManager.setLicenseKey("your key");