79507282

Date: 2025-03-13 18:12:04
Score: 1.5
Natty:
Report link

Issue You're trying to use a Unicode character (\ue755) as an icon inside Ant Design's component, but it's displaying as an artifact instead of a proper icon.

Solution Ant Design does not parse Unicode characters directly as icons. Instead, you should use createFromIconfontCN to load the icon from a custom icon font.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Meekail Aslam