I understand that it\'s probably a bad idea to ReactDOM.render() into document.body. But are there any issues with using ReactDOM.createPortal() with document
Our experience so far on Material-UI has been that it's safe: https://github.com/mui-org/material-ui/issues/21626. We haven't seen any limitations reported by one of the 1m+ developers using the library yet.