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

Function getInitialState

component/Tab.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 };
12 },
13 getInitialState() {
14 const {current} = this.props;
15 return {current};
16 },
17
18 handleItemClick(index){
19 const {onChange} = this.props;

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…