VirtualRoot

View Source

Summary

Root controller returned by createRoot and createRangeRoot.

Signature

type VirtualRoot = TypedEventTarget<VirtualRootEventMap> & {
  dispose: () => void;
  flush: () => void;
  render: (element: RemixNode) => void;
};