Skip to content

Commit

Permalink
stats
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Dec 11, 2024
1 parent d6a665c commit b550cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/orchestra/stats/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b550cb6

Please sign in to comment.