Skip to content

Commit 2ac0cbc

Browse files
committed
Name lazy wrapper component
1 parent 4710140 commit 2ac0cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/react_client/lazy.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ReactComponentFactoryProxy lazy(Future<ReactComponentFactoryProxy> Function() lo
5252
if (children != null && !(children is List && children.isEmpty)) children,
5353
],
5454
);
55-
}, displayName: 'Lazy(${_getComponentName(factory.type) ?? 'Anonymous'})');
55+
}, displayName: 'LazyWrapper(${_getComponentName(factory.type) ?? 'Anonymous'})');
5656
return jsify({'default': wrapper.type});
5757
}),
5858
),

0 commit comments

Comments
 (0)