Minor Changes
Patch Changes
- b8c7550: Fix a corner case where a node's root node can be itself, indicating detachment from the DOM, leading to a crash in
isHidden() -> isNodeAttached() -> getRootNode()
if not handled properly (focus-trap-react #905)