Skip to content

Commit 5b55a21

Browse files
authored
fix: Fix typecheck failing on TorchGlow (#531)
1 parent ab07ea5 commit 5b55a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/array/src/renderer/components/TorchGlow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useThemeStore } from "@stores/themeStore";
22
import { useEffect, useState } from "react";
33

44
interface TorchGlowProps {
5-
containerRef: React.RefObject<HTMLElement>;
5+
containerRef: React.RefObject<HTMLElement | null>;
66
}
77

88
export function TorchGlow({ containerRef }: TorchGlowProps) {

0 commit comments

Comments
 (0)