We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecce05 commit 6cfc42bCopy full SHA for 6cfc42b
ui.frontend/src/App.tsx
@@ -58,7 +58,7 @@ function App() {
58
fetchState();
59
const intervalId = setInterval(fetchState, state.spaSettings.appStateInterval);
60
return () => clearInterval(intervalId);
61
- }, []);
+ }, [state.spaSettings.appStateInterval]);
62
63
return (
64
<Provider
0 commit comments