overlay-kit@1.2.4
Patch Changes
-
#53
6f3c26aThanks @jungpaeng! - fix: Enhance Overlay State Management and Prevent Duplicate EntriesThis change enhances the overlay state management to ensure overlays maintain the correct state when closed and reopened, and prevents duplicate overlay entries.
It addresses issues with the overlay'scurrentstate not updating correctly in certain scenarios.Related Issue: Fixes #46
-
#58
b35ac6fThanks @jungpaeng! - fix: state reset issue on overlay reopenThis change fixes an issue where overlays did not retain their state when reopened without unmounting, even though they were not removed from the DOM.
The overlayReducer has been updated to maintain the state of overlays between close and open cycles, addressing an unintended state reset.Related Issue: Fixes #57