Merge branch master into feature-merge-master

This commit is contained in:
栗嘉男 2023-03-15 13:26:18 +08:00
commit a2885f4121

View File

@ -37,4 +37,8 @@ const Simple = () => {
);
};
if (process.env.NODE_ENV !== 'production') {
Simple.displayName = 'SimpleImage';
}
export default Simple;