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 8aebf8c commit 4675177Copy full SHA for 4675177
examples/ksql/dashboard-app/src/components/Header.js
@@ -9,7 +9,7 @@ const Header = ({ analytics }) => {
9
setSendingEvent(true);
10
analytics.track("button_clicked");
11
setTimeout(() => setSendingEvent(false), 2500);
12
- }, []);
+ }, [analytics]);
13
14
return (
15
<Layout.Header style={{ padding: "0 32px" }}>
0 commit comments