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
I noticed
react-domhas a portal feature butcreatePortalis missing here. If there Is no reason against it, I would suggest adding the functionality.https://reactjs.org/docs/react-dom.html#createportal
https://reactjs.org/docs/portals.html