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

Method commitUpdate

src/components/Dialog/index.ts:30–32  ·  view source on GitHub ↗
(instance: RNDialog, updatePayload: any, oldProps: DialogProps, newProps: DialogProps, finishedWork: Fiber)

Source from the content-addressed store, hash-verified

28 return;
29 }
30 commitUpdate(instance: RNDialog, updatePayload: any, oldProps: DialogProps, newProps: DialogProps, finishedWork: Fiber): void {
31 instance.setProps(newProps, oldProps);
32 }
33}
34/**
35 * Pop up Dialog inheriting the functionality of nodegui's `QDialog`

Callers

nothing calls this directly

Calls 1

setPropsMethod · 0.45

Tested by

no test coverage detected