MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / commitUpdate

Method commitUpdate

src/components/Dial/index.ts:30–38  ·  view source on GitHub ↗
(
    instance: RNDial,
    updatePayload: any,
    oldProps: DialProps,
    newProps: DialProps,
    finishedWork: Fiber
  )

Source from the content-addressed store, hash-verified

28 return;
29 }
30 commitUpdate(
31 instance: RNDial,
32 updatePayload: any,
33 oldProps: DialProps,
34 newProps: DialProps,
35 finishedWork: Fiber
36 ): void {
37 instance.setProps(newProps, oldProps);
38 }
39}
40
41export const Dial = registerComponent<DialProps>(new DialConfig());

Callers

nothing calls this directly

Calls 1

setPropsMethod · 0.45

Tested by

no test coverage detected