-
-
Notifications
You must be signed in to change notification settings - Fork 8
React 19, broken typesΒ #17
Copy link
Copy link
Open
Description
Attributes onPointerEnterCapture, onPointerLeaveCapture are deleted in @react/types
But they present in generated code
Type '{ color: string; }' is missing the following properties from type 'Pick<SVGProps<SVGSVGElement>, "string" | "children" | "transform" | "mode" | "method" | "type" | "key" | "id" | "name" | "operator" | "local" | "filter" | ... 456 more ... | "onPointerLeaveCapture">': onPointerEnterCapture, onPointerLeaveCapture
return <RemindFillIcon color="#f5a623"/>
Reproduction
import RemindFillIcon from '@rsuite/icons/esm/icons/status/RemindFill.js'
const WarningButton = () => {
return <RemindFillIcon color="#f5a623"/>
}
Related
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels