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
я использую 18.0.1 для ag-grid и ag-grid-enterprise.Кто-нибудь знает, как решить эту проблему?