Hi, I have been trying to integrate AntDesign package into my Plasmic Project, however I think the package is very unstable and is not suit for production build.
- The most critical issue is: AntD package does not support
codegen, after generating the code usingplasmic sync, you will get the error saying all antd components likeantd/lib/selectis not available when loading your component using the generated component. - When using
PlasmicLoadersimple components like Button and Select are not working properly.
- Button: adding a Button component to any layout and the
loadingprop will be turn on by default and there is no way to turn it off
- Select: it’s not possible to change the Text of any
Optionchildren slot inside. Also, it does not matter how manyAntD Optionyou added, once the component is loaded in the browser, all your options will not be rendered when you try to open the dropdown
Is there any plan to stabilize AntD package in the future?

