Skip to content

Commit

Permalink
Name lazy wrapper component
Browse files Browse the repository at this point in the history
  • Loading branch information
kealjones-wk committed Oct 7, 2024
1 parent 4710140 commit 2ac0cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/react_client/lazy.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ReactComponentFactoryProxy lazy(Future<ReactComponentFactoryProxy> Function() lo
if (children != null && !(children is List && children.isEmpty)) children,
],
);
}, displayName: 'Lazy(${_getComponentName(factory.type) ?? 'Anonymous'})');
}, displayName: 'LazyWrapper(${_getComponentName(factory.type) ?? 'Anonymous'})');
return jsify({'default': wrapper.type});
}),
),
Expand Down

0 comments on commit 2ac0cbc

Please sign in to comment.