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
Is there a particular reason handleWrapperClick doesn't pass the event object when it calls openPortal? I'm trying to use the mouse position in props.onOpen
I'll submit a PR if this is wanted.
The text was updated successfully, but these errors were encountered:
Hey, please check the new major version of react-portal: #157
It's React v16 only since its uses the new official Portal API. There is the first beta released and I would like to get your feedback. I don't have bandwidth to maintain v3 which is very different and full of hacks.
I am happy to discuss this with v4 in mind. If this is still a problem, please re-open/update the issue. Thanks.
Is there a particular reason
handleWrapperClick
doesn't pass the event object when it callsopenPortal
? I'm trying to use the mouse position inprops.onOpen
I'll submit a PR if this is wanted.
The text was updated successfully, but these errors were encountered: