Skip to content

overlay-kit@1.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 05:49
· 105 commits to main since this release
1f29582

Minor Changes

Patch Changes

  • #64 01eaa3c Thanks @jungpaeng! - feat: Add cleanup effect for unmounting

    This commit introduces a useEffect cleanup function in the OverlayProvider component that dispatches a 'REMOVE_ALL' action when the component unmounts.
    This change ensures that all overlays are properly cleaned up during testing scenarios, preventing state leakage and side effects from persistent overlays.

    Related Issue: Fixes #63