We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e4fbd commit 34203d6Copy full SHA for 34203d6
1 file changed
apps/webapp/app/routes/resources.incidents.tsx
@@ -31,7 +31,7 @@ export function IncidentStatusPanel({ isCollapsed = false }: { isCollapsed?: boo
31
if (fetcher.state === "idle") {
32
fetcher.load("/resources/incidents");
33
}
34
- }, [fetcher]);
+ }, []);
35
36
useEffect(() => {
37
if (!isManagedCloud) return;
0 commit comments