Open FeiPengDev opened 10 months ago
按照指导在使用nextjs app router时添加了@ant-design/nextjs-registry来解决页面闪动,但是icon库的样式并未按照预想的提前加载
可以看到刷新页面时spin的样式不能及时加载导致loading icon静止
https://ant.design/docs/react/use-with-next-cn#%E4%BD%BF%E7%94%A8-app-router
icon库的样式正确加载
在nextjs中antd-icons库的样式加载顺序不正确
@afc163 麻烦问下这个有解决方案嘛,我这边是把spin样式手动加了一下来让样式首次加载能生效
Reproduction link
Steps to reproduce
按照指导在使用nextjs app router时添加了@ant-design/nextjs-registry来解决页面闪动,但是icon库的样式并未按照预想的提前加载
可以看到刷新页面时spin的样式不能及时加载导致loading icon静止
https://ant.design/docs/react/use-with-next-cn#%E4%BD%BF%E7%94%A8-app-router
What is expected?
icon库的样式正确加载
What is actually happening?
在nextjs中antd-icons库的样式加载顺序不正确