From ee47f69ba08f0fc2a0f1eb341f7e6de0e56ffa3c Mon Sep 17 00:00:00 2001 From: Darrel O'Pry Date: Mon, 21 Jul 2025 22:54:35 -0400 Subject: [PATCH] fix: activeIndex is not a property of Pie --- src/components/DonutChart/DonutChart.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/DonutChart/DonutChart.tsx b/src/components/DonutChart/DonutChart.tsx index 4ef0d34..2807a2b 100644 --- a/src/components/DonutChart/DonutChart.tsx +++ b/src/components/DonutChart/DonutChart.tsx @@ -1,5 +1,4 @@ // Tremor DonutChart [v1.0.0] -/* eslint-disable @typescript-eslint/no-explicit-any */ "use client" @@ -271,7 +270,6 @@ const DonutChart = React.forwardRef( nameKey={category} isAnimationActive={false} onClick={handleShapeClick} - activeIndex={activeIndex} inactiveShape={renderInactiveShape} style={{ outline: "none" }} />