avallete / ag-grid-autocomplete-editor

Quick implementation of autocompletion into ag-Grid cell using autocompleter package.
MIT License
49 stars 25 forks source link

[BUG] Got an Error -> TypeError: undefined is not an object (evaluating 'e.PopupComponent') #103

Open ethemguner opened 3 years ago

ethemguner commented 3 years ago

Hi,

I'm trying to using ag-grid-autocomplete-editor with CDN but I'm facing an error which is saying "TypeError: undefined is not an object (evaluating 'e.PopupComponent')" when the page loaded.

My HTML file includes:

<script src="https://unpkg.com/@ag-grid-enterprise/all-modules@25.3.0/dist/ag-grid-enterprise.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ag-grid-autocomplete-editor@3.0.0/dist/index.min.js"></script>

Ag-grid's working fine. What am I doing wrong (probably I'm doing something wrong though) or is there a bug?

Thanks.