Browse Source

chore: add displayName (#41245)

* test: fix ci fail

* fix

* fix
pull/41244/head
lijianan 2 years ago
committed by GitHub
parent
commit
7c5e4469ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/empty/simple.tsx

4
components/empty/simple.tsx

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

Loading…
Cancel
Save