Reference
createPortal
Re-exports the React DOM rendering helpers exposed by the root entrypoint.
Signature
function createPortal(children: ReactCompatNode, container: Element, key?: unknown): ReactCompatPortalReference
Re-exports the React DOM rendering helpers exposed by the root entrypoint.
function createPortal(children: ReactCompatNode, container: Element, key?: unknown): ReactCompatPortal