From 3dd429c29d057d7f3d8d93ec600c56585014f79b Mon Sep 17 00:00:00 2001 From: Bruno Cascio Date: Sat, 7 Oct 2023 22:16:51 -0300 Subject: [PATCH] fix .changeset Co-authored-by: Vincenzo Scamporlino Signed-off-by: Bruno Cascio --- .changeset/violet-apes-beam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/violet-apes-beam.md b/.changeset/violet-apes-beam.md index a077893d07..544dcf72b2 100644 --- a/.changeset/violet-apes-beam.md +++ b/.changeset/violet-apes-beam.md @@ -2,4 +2,4 @@ '@backstage/plugin-newrelic-dashboard': patch --- -fixed required react propery "key" looping the dashboards +Fixed React Warning: "Each child in a list should have a unique 'key' prop" during the rendering of `EntityNewRelicDashboardCard`