diff --git a/components/empty/simple.tsx b/components/empty/simple.tsx index 375a9da2d4..caeeecc94a 100644 --- a/components/empty/simple.tsx +++ b/components/empty/simple.tsx @@ -37,4 +37,8 @@ const Simple = () => { ); }; +if (process.env.NODE_ENV !== 'production') { + Simple.displayName = 'SimpleImage'; +} + export default Simple;