MCPcopy Create free account
hub / github.com/clayrisser/create-react-renderer / commitMount

Function commitMount

phaseE/src/reconciler.ts:178–180  ·  view source on GitHub ↗
(_instance: Instance, _type: Type, _newProps: Props)

Source from the content-addressed store, hash-verified

176 log.debug("cancelTimeout");
177 },
178
179 preparePortalMount(_containerInfo: Container): void {
180 log.debug("preparePortalMount");
181 },
182
183 scheduleMicrotask(callback: () => unknown): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected