We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79c060 commit ca52d4fCopy full SHA for ca52d4f
apps/web/app/scripts.tsx
@@ -14,7 +14,7 @@ export default function Scripts() {
14
}
15
16
fetchConfig();
17
- });
+ }, []);
18
19
if (!result) {
20
return null;
0 commit comments