MCPcopy
hub / github.com/bvaughn/react-window / disconnect

Method disconnect

lib/utils/test/mockResizeObserver.ts:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 disconnect() {
98 this.#disconnected = true;
99 this.#elements.clear();
100
101 emitter.removeListener("change", this.#onChange);
102 }
103
104 #notify(elements: HTMLElement[]) {
105 if (disabled) {

Callers 1

useDynamicRowHeightFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected