a8m.where when collection is undefined
オープン
- 主要言語
- JavaScript
- スター
- 2.9k
- フォーク
- 319
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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; }
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。