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] v30 of ag-grid breaks this plugin. getting error: Uncaught TypeError: Class constructor PopupComponent cannot be invoked without 'new' #129

Open vesper8 opened 1 year ago

vesper8 commented 1 year ago

This was working fire before upgrading to v30

This is the line causing the error https://github.com/avallete/ag-grid-autocomplete-editor/blob/master/ag-grid-autocomplete-editor.ts#L121

naushadidrisi commented 1 year ago

Hi @vesper8 , Did you resolve or found some work around of this issue "AG Grid: unable to find bean reference gridOptionsWrapper while initialising BeanStub" coming in v28 versions ?

vesper8 commented 1 year ago

I did not find a solution no. I reverted back to v29 and pinned my version to v29 shortly after making the post above. There may have been a fix since.