(containerInfo, tag, hydrate, hydrationCallbacks)
| 24450 | } |
| 24451 | |
| 24452 | function createContainer(containerInfo, tag, hydrate, hydrationCallbacks) { |
| 24453 | return createFiberRoot(containerInfo, tag, hydrate); |
| 24454 | } |
| 24455 | function updateContainer(element, container, parentComponent, callback) { |
| 24456 | { |
| 24457 | onScheduleRoot(container, element); |
no test coverage detected