I'm getting the below error when I try to import "ant-design-pro": "^2.3.2"
and use it in my ShadowCLJS project.
The required JS dependency "./factoryWithThrowingShims" is not available, it was required by "node_modules/bizcharts/umd/BizCharts.js".
Confirmed that after removing the dependency and referece of ant-design-pro
gets my app up and running properly.
Any help would be highly appreciated.