From 8097ce92d2ffb7ba01d0aa19c5c7d8cf6ef83e5d Mon Sep 17 00:00:00 2001 From: ghd1 Date: Sat, 3 May 2025 17:41:51 -0500 Subject: [PATCH] fix: comment block error in ReactVirtualizedListExample.tsx --- src/use-cases/ReactVirtualizedListExample.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/use-cases/ReactVirtualizedListExample.tsx b/src/use-cases/ReactVirtualizedListExample.tsx index 4064452..23b13c6 100644 --- a/src/use-cases/ReactVirtualizedListExample.tsx +++ b/src/use-cases/ReactVirtualizedListExample.tsx @@ -20,8 +20,9 @@ const Row: ListRowRenderer = ({ index, style }) => { const ReactVirtualizedListExample: React.FC = () => { return ( - // AutoSizer automatically sets the width of the list - // based on the width of the parent container. + + {/* AutoSizer automatically sets the width of the list + based on the width of the parent container. */} {({ width }) => (