Calls .disconnect on resize observer, which doesn't exist
Open
- Dominant language
- JavaScript
- Stars
- 11.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
In the componentWillUnmount handler, `_this.ro.disconnect()` does not exist on the resize observer. After debugging it looks like the correct method is `.unobserve()`.
Contributor guide
Assessment
This issue has not been assessed yet.