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

Method commitUpdate

src/components/GridView/index.ts:40–48  ·  view source on GitHub ↗
(
    instance: RNGridView,
    updatePayload: any,
    oldProps: GridViewProps,
    newProps: GridViewProps,
    finishedWork: Fiber
  )

Source from the content-addressed store, hash-verified

38 }
39 }
40 commitUpdate(
41 instance: RNGridView,
42 updatePayload: any,
43 oldProps: GridViewProps,
44 newProps: GridViewProps,
45 finishedWork: Fiber
46 ): void {
47 instance.setProps(newProps, oldProps);
48 }
49}
50
51export const GridView = registerComponent<GridViewProps>(new GridViewConfig());

Callers

nothing calls this directly

Calls 1

setPropsMethod · 0.45

Tested by

no test coverage detected