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.
2 parents 151ea3d + 99c78f0 commit 6efb107Copy full SHA for 6efb107
src/components/Modal/BaseModal.tsx
@@ -108,6 +108,7 @@ function BaseModal({
108
const hideModal = useCallback(
109
(callHideCallback = true) => {
110
shouldCallHideModalOnUnmount.current = false;
111
+ willAlertModalBecomeVisible(false);
112
if (areAllModalsHidden()) {
113
if (shouldSetModalVisibility && !Navigation.isTopmostRouteModalScreen()) {
114
setModalVisibility(false);
0 commit comments