Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
refreshTimeout = setTimeout(function() {
refreshTimeout = undefined;
Refresh.performReactRefresh();
}, 30);
}
var enqueueUpdate = debounce(function() {
Refresh.performReactRefresh();
}, 30);
refreshTimeout = setTimeout(() => {
refreshTimeout = undefined;
Refresh.performReactRefresh();
}, 30);
}