MCPcopy Index your code
hub / github.com/microsoft/SandDance / componentDidUpdate

Method componentDidUpdate

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

Source from the content-addressed store, hash-verified

11225 } else this.view();
11226 }
11227 componentDidUpdate() {
11228 this.viewer.options = (0, _sanddance.VegaDeckGl).util.deepMerge(this.viewer.options, this.props.viewerOptions);
11229 this.view();
11230 }
11231 componentWillUnmount() {
11232 this.viewer.finalize();
11233 }

Callers

nothing calls this directly

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected