We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7ecc8 commit 897fdb8Copy full SHA for 897fdb8
packages/icons-react/scripts/generate.ts
@@ -50,7 +50,7 @@ const <%= svgIdentifier %> = (
50
51
<%= svgIdentifier %>.displayName = '<%= svgIdentifier %>';
52
53
-const Comp: ForwardRefComponentBase<AntdIconProps> = React.forwardRef<HTMLSpanElement, AntdIconProps>(<%= svgIdentifier %>);
+const Comp: ForwardRefBaseComponent<AntdIconProps> = React.forwardRef<HTMLSpanElement, AntdIconProps>(<%= svgIdentifier %>);
54
export default Comp;
55
`.trim());
56
0 commit comments