MCPcopy Index your code
hub / github.com/gre/gl-react / componentDidUpdate

Method componentDidUpdate

packages/gl-react/src/Node.tsx:406–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

404 }
405
406 componentDidUpdate() {
407 this._syncNextDrawProps(this.props, this.context);
408 this.redraw();
409 if (this.props.sync) this.flush();
410 }
411
412 getGLShortName(): string {
413 const { shader } = this.drawProps;

Callers

nothing calls this directly

Calls 3

_syncNextDrawPropsMethod · 0.95
redrawMethod · 0.80
flushMethod · 0.65

Tested by

no test coverage detected