We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab07ea5 commit 5b55a21Copy full SHA for 5b55a21
apps/array/src/renderer/components/TorchGlow.tsx
@@ -2,7 +2,7 @@ import { useThemeStore } from "@stores/themeStore";
2
import { useEffect, useState } from "react";
3
4
interface TorchGlowProps {
5
- containerRef: React.RefObject<HTMLElement>;
+ containerRef: React.RefObject<HTMLElement | null>;
6
}
7
8
export function TorchGlow({ containerRef }: TorchGlowProps) {
0 commit comments