Added watcher, deletes pending if watcher has concurrent reply, fixing popup closing issues
This commit is contained in:
@@ -107,7 +107,7 @@ export const ModalLogin = () => {
|
||||
})
|
||||
}
|
||||
}
|
||||
}, [searchParams, isModalOpened, setValue])
|
||||
}, [searchParams, isModalOpened, isPopup, setValue])
|
||||
|
||||
useEffect(() => {
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user