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
FocusManager: Replaces implementation with focus-trap-react (#28) (19bc86c), closes #27
BREAKING CHANGES
FocusManager: autoFocus, restoreFocus and contain are now set to true by default
FocusManager: the useFocusManager was reimplemented. Since we no longer use a React context state management solution to travel between elements, the hook was re-implemented as an optional way to facilitate the creation of a FocusTrap instance, but without using the provided element by the package.