ui
ui copied to clipboard
fix(useClickOutside): fix handling in shadow dom
Fixes #90
Initial idea for fixing the shadow dom issue. Seems to work ok in React 16-18. Tests fail though because currentEvent is undefined in the test environment and it's triggering the hacky fallback code.