From 18d06c51ba227fa660494d39444f3f91183e833e Mon Sep 17 00:00:00 2001 From: amtoaer Date: Mon, 5 Jan 2026 13:30:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=20shadcn-svelte=20=E7=BB=84=E4=BB=B6=E7=9A=84=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/lib/components/ui/chart/chart-container.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/lib/components/ui/chart/chart-container.svelte b/web/src/lib/components/ui/chart/chart-container.svelte index f65945b..31146c9 100644 --- a/web/src/lib/components/ui/chart/chart-container.svelte +++ b/web/src/lib/components/ui/chart/chart-container.svelte @@ -17,6 +17,7 @@ config: ChartConfig; } = $props(); + // svelte-ignore state_referenced_locally const chartId = `chart-${id || uid.replace(/:/g, '')}`; setChartContext({