(containerInfo, tag, hydrate, hydrationCallbacks)
| 28010 | } |
| 28011 | |
| 28012 | function createContainer(containerInfo, tag, hydrate, hydrationCallbacks) { |
| 28013 | return createFiberRoot(containerInfo, tag, hydrate); |
| 28014 | } |
| 28015 | function updateContainer(element, container, parentComponent, callback) { |
| 28016 | { |
| 28017 | onScheduleRoot(container, element); |
no test coverage detected