From c68c2f9534cb09be63af5764b621706b294086b4 Mon Sep 17 00:00:00 2001 From: Pamella Bezerra Date: Tue, 16 Jan 2024 14:15:38 -0300 Subject: [PATCH] Add missing key prop when listing all examples --- docs/src/components/Docs/ExampleLinks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/Docs/ExampleLinks.tsx b/docs/src/components/Docs/ExampleLinks.tsx index 3d2a243..bee1609 100644 --- a/docs/src/components/Docs/ExampleLinks.tsx +++ b/docs/src/components/Docs/ExampleLinks.tsx @@ -6,7 +6,7 @@ export function ExampleLinks({ linksData }: { linksData: ExampleDataType[] }) { return ( {linksData.map((item) => ( - + ))} );