()
| 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 | } |