MCPcopy Create free account
hub / github.com/ElemeFE/element-react / componentDidMount

Method componentDidMount

src/cascader/Menu.jsx:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 componentDidMount() {
42 this.parent().initMenu(this);
43 }
44
45 componentDidUpdate(props: Object, state: State) {
46 if (state.value !== this.state.value || state.visible !== this.state.visible) {

Callers

nothing calls this directly

Calls 2

parentMethod · 0.95
initMenuMethod · 0.80

Tested by

no test coverage detected