From 8035eabb859d8adde4c972592ecf3a37253829cb Mon Sep 17 00:00:00 2001 From: NtskwK Date: Thu, 26 Mar 2026 09:38:29 +0800 Subject: chore(docs): refactor Mermaid component and clean up imports in documentation pages --- packages/docs/app/components/mermaid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/docs/app/components') diff --git a/packages/docs/app/components/mermaid.tsx b/packages/docs/app/components/mermaid.tsx index 2df47cc..85ab342 100644 --- a/packages/docs/app/components/mermaid.tsx +++ b/packages/docs/app/components/mermaid.tsx @@ -17,7 +17,7 @@ export function Mermaid({ chart }: { chart: string }) { nodes: [ref.current], }); } - }, [chart]); + }, []); return (
-- cgit v1.2.3-70-g09d2