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 0b947bb commit deaff56Copy full SHA for deaff56
src/private/Overlay.js
@@ -94,7 +94,7 @@ const Overlay = ({
94
if (!isOpenRef.current) {
95
showTimeout.current = clearTimeout(showTimeout.current);
96
setIsOpen(true);
97
- if (setProps && isMountedRef) {
+ if (setProps && isMountedRef.current) {
98
setProps({is_open: true});
99
}
100
0 commit comments