in src/reactUtils.tsx [79:81]
public update (newData: ContainerState) { this.setState({ data: { ...this.state.data, ...newData }}); }