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.
2 parents 8a873c9 + 9e6ad0a commit 75691a8Copy full SHA for 75691a8
src/trackerHook.js
@@ -15,7 +15,6 @@ export const usePromiseTracker = (outerConfig = defaultConfig) => {
15
// setup
16
React.useEffect(() => {
17
if(config && config.area && getCounter(config.area) > 0) {
18
- setInternalPromiseInProgress(true);
19
setInternalPromiseInProgress(true);
20
setPromiseInProgress(true);
21
}
0 commit comments