bitovi / react-to-web-component

Convert react components to native Web Components. Works with Preact too!
https://www.bitovi.com/open-source/react-to-web-component
MIT License
729 stars 43 forks source link

cant use useOutsideClick function #210

Open tim092003 opened 4 days ago

tim092003 commented 4 days ago

I have a modal in the web component which should close when you click outside. However, this does not work with the following code, because event.target only returns the web component.

Screenshot 2024-11-28 130352