We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f6c15 commit 4272125Copy full SHA for 4272125
src/Experiment.js
@@ -80,6 +80,7 @@ class Experiment extends React.Component {
80
}
81
82
componentWillUnmount() {
83
+ clearTimeout(this.updateVariantTimeout);
84
typeof window !== "undefined" &&
85
window.gtag &&
86
window.gtag("event", "optimize.callback", {
0 commit comments