From b629f192acce9152a088c8d511059cea8ece3fab Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 13 Jun 2026 17:33:36 +0200 Subject: [PATCH] Refactor ProgressionSlotCard Key Prop for Improved Stability - Updated the key prop in the ProgressionSlotCard component to use a simpler index-based key, enhancing the stability of component rendering during updates. - This change aims to prevent potential issues with component re-renders and improve overall performance in the ProgressionGraphEditor. --- frontend/src/components/ProgressionGraphEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ProgressionGraphEditor.jsx b/frontend/src/components/ProgressionGraphEditor.jsx index 59875ad..d540725 100644 --- a/frontend/src/components/ProgressionGraphEditor.jsx +++ b/frontend/src/components/ProgressionGraphEditor.jsx @@ -1149,7 +1149,7 @@ export default function ProgressionGraphEditor({ graphId, embedded = false, onSa {draft.slots.map((slot, idx) => (