MCPcopy Create free account
hub / github.com/flatlogic/react-material-admin /

Class

src/test/setup.js:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30if (!window.ResizeObserver) {
31 window.ResizeObserver = class {
32 observe() {}
33 unobserve() {}
34 disconnect() {}
35 };
36}
37
38if (!window.IntersectionObserver) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected