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

Function getDefaultProps

component/Tab.js:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 onChange: React.PropTypes.func,
7 },
8 getDefaultProps() {
9 return {
10 className: '',
11 };
12 },
13 getInitialState() {
14 const {current} = this.props;
15 return {current};

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…