MCPcopy
hub / github.com/visgl/deck.gl / onRemove

Method onRemove

modules/widgets/src/popup-widget.tsx:93–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 onRemove() {
94 // Invoke clean up of preact hooks
95 if (this.rootElement) {
96 render(null, this.rootElement);
97 }
98 }
99
100 onViewportChange(viewport) {
101 this.viewport = viewport;

Callers

nothing calls this directly

Calls 1

renderFunction · 0.50

Tested by

no test coverage detected