mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
Merge branch master into feature-merge-master
This commit is contained in:
commit
a2885f4121
@ -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