We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a873c9 commit 9e6ad0aCopy full SHA for 9e6ad0a
1 file changed
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