You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Optional (default false). Whether or not the overlay should be rendered. */
23
-
show: PropTypes.bool,
24
-
/** React ref for the DOM element that should be used to position the overlay. */
25
-
target: reactRef.isRequired,
22
+
/** Optional (default false). Whether or not the overlay should be rendered. String value can be used instead of boolean to force the overlay to recalculate its position when the value changes. */
0 commit comments