que-etc / resize-observer-polyfill

A polyfill for the Resize Observer API
MIT License
1.75k stars 132 forks source link

Uncaught TypeError: Right-hand side of 'instanceof' is not an object #76

Closed procopenco closed 3 years ago

procopenco commented 4 years ago

Context

Using this library, when I try to mount (using Enzyme) a react component it throws an error on checking that the target element is SvgElement or not.

The same issue was fixed here: https://github.com/atlassian/react-beautiful-dnd/pull/1251

procopenco commented 4 years ago

@que-etc PTAL