MCPcopy Create free account
hub / github.com/flyfloor/react-component / getDefaultProps

Function getDefaultProps

component/ConfirmBox.js:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 },
23
24 getDefaultProps() {
25 return {
26 className: '',
27 };
28 },
29
30 onOtherDomClick(){
31 if (!this.props.force) this.closeConfirm();

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…