MCPcopy Index your code
hub / github.com/flyfloor/react-component / getDefaultProps

Function getDefaultProps

component/Modal.js:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 },
21
22 getDefaultProps() {
23 return {
24 confirmText: 'confirm',
25 cancelText: 'cancel',
26 closeIcon: <span>x</span>,
27 };
28 },
29
30 open(){
31 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…