i春秋從0到1-CTFer 成長之路
?if (!root) {
? ?// Initial mount
? ?root = container._reactRootContainer = legacyCreateRootFromDOMContainer(container, forceHydrate);
? ?fiberRoot = root._internalRoot;
? ?if (typeof callback === 'function') {
? ? ?const originalCallback = callback;
? ? ?callback = function () {
? ? ? ?const instance = getPublicRootInstance(fiberRoot);
? ? ? ?originalCallback.call(instance);
? ? ?};
? ?}
標(biāo)簽: