Added watcher, deletes pending if watcher has concurrent reply, fixing popup closing issues

This commit is contained in:
artur
2024-02-16 11:28:02 +03:00
parent aac537c7a2
commit 87ec23c737
9 changed files with 149 additions and 41 deletions

View File

@@ -107,7 +107,7 @@ export const ModalLogin = () => {
})
}
}
}, [searchParams, isModalOpened, setValue])
}, [searchParams, isModalOpened, isPopup, setValue])
useEffect(() => {
return () => {