From b33d057044a337f494e44ca10d461ec9f044e506 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 8 Mar 2021 18:32:24 +0100 Subject: added key props so next.js can shut up --- components/voerBord.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/voerBord.tsx b/components/voerBord.tsx index 8ee758b..946aa9c 100644 --- a/components/voerBord.tsx +++ b/components/voerBord.tsx @@ -20,13 +20,13 @@ export function VoerBord(props: { { [...Array(props.height).keys()].map((row) => ( - + {[...Array(props.width).keys()].map((column) => ( + }} key={`c-${row}x${column}`}>