a8m.where when collection is undefined
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 2.9k
- Forks
- 319
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When collection is undefined on where filter, we got:
"TypeError: Cannot read property 'filter' of undefined"
A simple check solve the problem.
if(!collection)) { return false; }
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.