You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have the same problem. ResizeObserver throws that error also when it gets a Proxy object.
Even though it proxies an object of type Element.
Table component from @ant-design/pro-layout is a good example: https://stackblitz.com/edit/rc-resize-observer-bug?file=src%2FApp.js
Oh, it's actually a problem of resize-observer-polyfill, not the resize-observer itself: que-etc/resize-observer-polyfill#95
To solve it, simply put a div directly inside the ResizeObserver and place the rest inside the div.
resize-observer/src/index.tsx
Line 71 in 73473bd
Currently, error occurred when element is not an instance of Element:
The text was updated successfully, but these errors were encountered: