VirtualRoot
Summary
Root controller returned by createRoot and createRangeRoot.
Signature
type VirtualRoot = TypedEventTarget<VirtualRootEventMap> & {
dispose: () => void
flush: () => void
reconcile: () => void
render: (element: RemixNode) => void
}