Calls .disconnect on resize observer, which doesn't exist
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 11.9k
- Forks
- 2.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
In the componentWillUnmount handler, `_this.ro.disconnect()` does not exist on the resize observer. After debugging it looks like the correct method is `.unobserve()`.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.