(nodePath: readonly string[])
| 23 | } |
| 24 | |
| 25 | export function formatNodePath(nodePath: readonly string[]): string { |
| 26 | return nodePath.join("/"); |
| 27 | } |
| 28 | |
| 29 | function rewriteCommittedVNode(next: VNode, committedChildren: readonly VNode[]): VNode { |
| 30 | if (next.kind === "modal") { |