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
Improve ResizeObserver detection with better heuristics
- Add isLikelyResizeObserver function to identify ResizeObserver instances
- Exclude IntersectionObserver, MutationObserver, and other observer types
- Add tests to verify IntersectionObserver and MutationObserver are not flagged
- Fix linting issues and improve code comments
Co-authored-by: mattcosta7 <8616962+mattcosta7@users.noreply.github.com>
0 commit comments