chore: fix linting and type safety across the project
This commit is contained in:
@@ -129,7 +129,6 @@ export function DevInspector({ children }: { children: React.ReactNode }) {
|
||||
tt.style.left = `${rect.left + window.scrollX}px`;
|
||||
}, []);
|
||||
|
||||
// biome-ignore lint/correctness/useExhaustiveDependencies: updateOverlay is stable
|
||||
useEffect(() => {
|
||||
if (!active) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user