Reference
createRoot
Re-exports the React DOM rendering helpers exposed by the root entrypoint.
Signature
function createRoot(container: Element, options?: RootOptions): RootReference
Re-exports the React DOM rendering helpers exposed by the root entrypoint.
function createRoot(container: Element, options?: RootOptions): Root