MCPcopy Create free account
hub / github.com/Lobos/react-ui / componentWillMount

Function componentWillMount

src/Tree/Tree.js:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 componentWillMount () {
35 this.formatData(this.props.data);
36 }
37
38 componentWillReceiveProps (nextProps) {
39 if (!deepEqual(nextProps.value, this.props.value)) {

Callers

nothing calls this directly

Calls 1

formatDataMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…