react-click-outside
react-click-outside copied to clipboard
added preact compatibility. used with preact-compat
In Preact (a lighter alternative to React), domNode returns an object that contains the HTML Element and does not provide a method within Component that supports contains.
Therefore, contains is undefined in Preact.
This has been tested.