ant-design / ant-design-icons

⭐ Ant Design SVG Icons
https://ant.design/components/icon/
MIT License
939 stars 577 forks source link

icons-react 的 createFromIconfontCN 加载远程字体图标文件缺少异步逻辑处理 #645

Open linmingdao opened 1 month ago

linmingdao commented 1 month ago

🔥 问题原因:

https://github.com/ant-design/ant-design-icons/blob/master/packages/icons-react/src/components/IconFont.tsx#L62

image

🔥 导致业务图标加载失败:

image

🔥 用户需要手动处理异步加载字体文件方能正常显示(繁琐):

image

image