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
Trigger element passed via openByClickOn is cloned and receives Portal's very own onClick handler. Is it acceptable to invoke it's original onClick handler as well?
Got working fork, will create PR if proposal accepted.
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.
Trigger element passed via
openByClickOn
is cloned and receives Portal's very ownonClick
handler. Is it acceptable to invoke it's originalonClick
handler as well?Got working fork, will create PR if proposal accepted.
The text was updated successfully, but these errors were encountered: