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

Function commitUpdate

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

Source from the content-addressed store, hash-verified

166 now: Date.now,
167
168 commitUpdate(
169 _instance: Instance,
170 _updatePayload: any,
171 _type: string,
172 _oldProps: Props,
173 _newProps: Props
174 ): void {
175 log.debug('commitUpdate');
176 },
177
178 commitMount(_instance: Instance, _type: Type, _newProps: Props): void {
179 log.debug('commitMount');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected