From 310579cf76cdef3e2537cbca5502adcad933144f Mon Sep 17 00:00:00 2001
From: Marco Pasqualetti <24919330+marcalexiei@users.noreply.github.com>
Date: Fri, 28 Feb 2025 14:17:26 +0100
Subject: [PATCH] fix(examples/tuono-tutorial): use pokemon name as key instead
of index (#613)
---
examples/tuono-tutorial/src/routes/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/tuono-tutorial/src/routes/index.tsx b/examples/tuono-tutorial/src/routes/index.tsx
index a7a4356c..54dc1172 100644
--- a/examples/tuono-tutorial/src/routes/index.tsx
+++ b/examples/tuono-tutorial/src/routes/index.tsx
@@ -46,7 +46,7 @@ export default function IndexPage({
{data.results.map((pokemon, i) => (
-
+
))}
>