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

Method componentDidMount

packages/gl-react/src/createSurface.tsx:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 static propTypes = SurfacePropTypes;
129
130 componentDidMount() {
131 _instances.push(this);
132 this.getVisitors().forEach((v) => v.onSurfaceMount(this as any));
133 }
134
135 componentWillUnmount() {
136 this._stopLoop();

Callers

nothing calls this directly

Calls 2

getVisitorsMethod · 0.95
onSurfaceMountMethod · 0.65

Tested by

no test coverage detected