yocontra / react-responsive

CSS media queries in react - for responsive design, and more.
https://contra.io/react-responsive
MIT License
6.95k stars 297 forks source link

Adding "ant-design-pro": "^2.3.2" and including it in project resulting in error #302

Closed kannangce closed 1 year ago

kannangce commented 1 year ago

I'm getting the below error when I try to import "ant-design-pro": "^2.3.2" and use it in my ShadowCLJS project. Any help would be highly appreciated.

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.

kid-icarus commented 1 year ago

Not sure how this relates to react-responsive, it seems like your issue is from an unrelated library. Could you clarify how this relates?

kannangce commented 1 year ago

Sorry! This was supposed to be created in another repo.