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

Function commitUpdate

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

Source from the content-addressed store, hash-verified

163 _newProps: Props,
164 _internalHandle: any,
165 ): void {
166 log.debug("commitUpdate");
167 },
168
169 commitMount(_instance: Instance, _type: Type, _newProps: Props): void {
170 log.debug("commitMount");
171 },
172
173 scheduleTimeout(_handler: (...args: any[]) => void, _timeout: number): TimeoutHandle | NoTimeout {
174 log.debug("scheduleTimeout");
175 },
176

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected