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

Function commitUpdate

phaseH/src/reconciler.ts:171–179  ·  view source on GitHub ↗
(
    _instance: Instance,
    _updatePayload: any,
    _type: string,
    _oldProps: Props,
    _newProps: Props
  )

Source from the content-addressed store, hash-verified

169 _type: Type,
170 _oldProps: Props,
171 _newProps: Props,
172 _internalHandle: any,
173 ): void {
174 log.debug("commitUpdate");
175 },
176
177 commitMount(_instance: Instance, _type: Type, _newProps: Props): void {
178 log.debug("commitMount");
179 },
180
181 scheduleTimeout(_handler: (...args: any[]) => void, _timeout: number): TimeoutHandle | NoTimeout {
182 log.debug("scheduleTimeout");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected