ant-design / ant-design-icons

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

Chrome console: Unknown DOM property fill-rule. Did you mean fillRule? #587

Closed gexin1 closed 11 months ago

gexin1 commented 11 months ago

Seems like JSX error. We should convert the svg attribute "fill rule" to "fillRule" doc https://facebook.github.io/react/docs/dom-elements.html#all-supported-svg-attributes

davidhsing commented 11 months ago

+1 8.1 号发布的 @ant-design/icons-svg@4.3.0 有问题,锁版本到 4.2.1 就好了

pluveto commented 11 months ago

Same issue

afgcsborges commented 11 months ago

Same issue, temporary fix is to add to resolutions on package.json: "resolutions": { "@ant-design/icons-svg": "4.2.1" },