ant-design / ant-design-icons

⭐ Ant Design SVG Icons

Home Page:https://ant.design/components/icon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@types/react 18.2.66版本删除了onPointerEnterCapture、onPointerLeaveCapture事件

caocong1 opened this issue · comments

这是@types/react的pull链接DefinitelyTyped/DefinitelyTyped#68984

会导致报ts错误:
error TS2739: Type '{}' is missing the following properties from type 'Pick<AntdIconProps, "title" | "name" | "color" | "size" | "start" | "children" | "style" | "type" | "rowSpan" | "cite" | "data" | "form" | "label" | "slot" | "span" | ... 348 more ... | "twoToneColor">': onPointerEnterCapture, onPointerLeaveCapture

我也出现了,怎么解决的

I temporarily resolved this by setting @types/react to version 18.2.65 until the issue was resolved.

Fixed in @ant-design/icons@5.3.2

Fixed in @ant-design/icons@5.3.2

@vagusX 4.x版本会有修吗

我升级icon的版本解决了这个问题,"@ant-design/icons": "^5.3.4"