Open
Description
I noticed react-dom
has a portal feature but createPortal
is missing here. If there Is no reason against it, I would suggest adding the functionality.
ReactDOM.createPortal(child, container)
https://reactjs.org/docs/react-dom.html#createportal
https://reactjs.org/docs/portals.html