From b550cb6bc24cb4f4b52c9d6e96b9d18c12897720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Roche?= Date: Wed, 11 Dec 2024 13:34:45 +0100 Subject: [PATCH] stats --- libs/orchestra/stats/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/orchestra/stats/index.ts b/libs/orchestra/stats/index.ts index 0b72ecca..f5e189dd 100644 --- a/libs/orchestra/stats/index.ts +++ b/libs/orchestra/stats/index.ts @@ -6,7 +6,6 @@ import s from "./stats.module.css" export function Stats() { const stats = useMemo(() => new _Stats({ minimal: false }), []) - // biome-ignore lint/correctness/useExhaustiveDependencies: gl dependency is needed to adjust on size changes useEffect(() => { document.body.appendChild(stats.dom) stats.dom.classList.add(s.stats)