We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b77230 + 25ad64e commit b6ab0ffCopy full SHA for b6ab0ff
src/trackerHook.js
@@ -18,7 +18,7 @@ export const usePromiseTracker = (outerConfig = defaultConfig) => {
18
setInternalPromiseInProgress(true);
19
setPromiseInProgress(true);
20
}
21
- }, config)
+ }, [config])
22
23
// Internal will hold the current value
24
const [
0 commit comments