The ResizeObserver omits unobserving in the componentWillUnmount, which may lead to memory leak when the component is unmount
Đang mở
priority: High
- Ngôn ngữ chính
- JavaScript
- Star
- 11.9k
- Fork
- 2.1k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The unmounted component can't be GC, because the observer still observes the detached component.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.