mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
remove displayName
This commit is contained in:
parent
1caba286c4
commit
31273135e2
@ -21,6 +21,4 @@ const Icon = (props: IconProps) => {
|
||||
return <i {...omit(props, ['type', 'spin'])} className={classString} />;
|
||||
};
|
||||
|
||||
(Icon as any).displayName = 'Icon';
|
||||
|
||||
export default Icon;
|
||||
|
Loading…
Reference in New Issue
Block a user