mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
parent
31555161e9
commit
7c5e4469ba
@ -37,4 +37,8 @@ const Simple = () => {
|
||||
);
|
||||
};
|
||||
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
Simple.displayName = 'SimpleImage';
|
||||
}
|
||||
|
||||
export default Simple;
|
||||
|
Loading…
Reference in New Issue
Block a user