ice icon indicating copy to clipboard operation
ice copied to clipboard

支持 SSR 渲染 antd5 组件

Open luhc228 opened this issue 1 year ago • 2 comments

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

luhc228 avatar Mar 24 '23 08:03 luhc228

SSR 场景下需要支持更多定制的能力

ClarkXia avatar Apr 06 '23 02:04 ClarkXia

请问一下,这个问题有解决方案了吗

wulianpu avatar May 29 '24 12:05 wulianpu