MCPcopy Create free account
hub / github.com/tensorflow/tfjs / componentDidUpdate

Method componentDidUpdate

tfjs-vis/src/components/surface.tsx:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 override componentDidUpdate() {
52 // Prevent re-rendering of this component as it
53 // is primarily controlled outside of this class
54 return false;
55 }
56
57 render() {
58 const { name, visible, styles } = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected