MCPcopy Index your code
hub / github.com/Lobos/react-ui / componentWillMount

Method componentWillMount

src/FormControl.js:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 componentWillMount () {
37 this.setItems(this.props);
38 }
39
40 componentWillReceiveProps (nextProps) {
41 if (!shallowEqual(this.props, nextProps)) {

Callers

nothing calls this directly

Calls 1

setItemsMethod · 0.95

Tested by

no test coverage detected