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
我为 ag-grid 和 ag-grid-enterprise 使用 18.0.1。有谁知道如何解决这个问题?