reconcileRoots
Summary
Immediately schedules reconciliation for every active Remix UI root using its current element.
HMR runtimes call this after installing updated component implementations so mounted trees render the new code while preserving compatible component state.
Signature
function reconcileRoots(): void