MCPcopy Create free account
hub / github.com/microsoft/SandDance / componentDidUpdate

Method componentDidUpdate

docs/app/js/sanddance-app.js:12593–12595  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12591 return initialState;
12592 }
12593 componentDidUpdate() {
12594 if (!(0, _sanddanceReact.util).deepCompare(this.props.initializer, this.state.initializer)) this.setState(this.getInitialState(this.props));
12595 }
12596 validateAndSearch() {
12597 const groups = [
12598 ...this.state.groups

Callers 1

commitLifeCyclesFunction · 0.45

Calls 1

getInitialStateMethod · 0.95

Tested by

no test coverage detected