From 0033c19a870b4c6916ad95f776fc99afd5941206 Mon Sep 17 00:00:00 2001 From: Hal Date: Mon, 3 Jun 2024 17:28:35 -0700 Subject: [PATCH] Add key to Add key to to avoid `Warning: Each child in a list should have a unique "key" prop.` --- src/component/RawLogger.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/RawLogger.tsx b/src/component/RawLogger.tsx index 9119a81..2ced9d1 100644 --- a/src/component/RawLogger.tsx +++ b/src/component/RawLogger.tsx @@ -148,6 +148,7 @@ export function RawLogger({ return lines.map((line, index) => (