The ResizeObserver omits unobserving in the componentWillUnmount, which may lead to memory leak when the component is unmount
Abierto
priority: High
- Lenguaje dominante
- JavaScript
- Estrellas
- 11.9k
- Forks
- 2.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The unmounted component can't be GC, because the observer still observes the detached component.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.