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
I have the following code in order to make some animation calculations
onOpen(DOMNode){
}
However I cannot access anything in the DOMNode because the element is just a <div></div> without any content at all, there should be another div inside, this makes animating inside pointless because I can't even take measurements.
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 a 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 have the following code in order to make some animation calculations
However I cannot access anything in the DOMNode because the element is just a
<div></div>
without any content at all, there should be another div inside, this makes animating inside pointless because I can't even take measurements.The text was updated successfully, but these errors were encountered: