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.
1 parent 981f60c commit 823437fCopy full SHA for 823437f
1 file changed
src/hooks/useStatus.ts
@@ -221,6 +221,7 @@ export default function useStatus(
221
222
useEffect(
223
() => () => {
224
+ mountedRef.current = false;
225
clearTimeout(deadlineRef.current);
226
},
227
[],
0 commit comments