Circular dependencies seem to disrupt the compilation of pluggable widget

0
Hi, I am trying to build a pluggable widget where a module that contains circular dependencies (Ag Grid) is imported.  The presence of circular dependencies seems to disrupt the compilation (npm run build) of the widget, quite some errors are showing up. In the end, the widget will be created but it can not be rendered in the browser. I don't want to make any changes to the module, it works fine when it is imported into a regular React app.  How can I solve this?
asked
1 answers
2

Have you tried building your widget with version 8.18.3 of the pluggable widget tools? I have several issues pending at Mendix support for widgets that work in 8.18.x of the pluggable widget tools but fail after updating the tools.

answered