ice
ice copied to clipboard
支持 SSR 渲染 antd5 组件
Describe the bug
在 ice.js 3 中直接引入 antd5 组件,并开启 SSR,页面会有闪的情况。原因是 css 是通过动态的方式插入进去 head 标签,需要根据增加类似的方式支持: https://ant.design/docs/react/customize-theme-cn#%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%B8%B2%E6%9F%93
Expected behavior
页面不闪
Actual behavior
No response
Version of ice.js
3.1.4
Content of build.json or ice.config.mts
No response
Additional context
No response
SSR 场景下需要支持更多定制的能力
请问一下,这个问题有解决方案了吗