Closed anandrajneesh closed 7 years ago
If it happens that key given in condition is not actually present in fact, then current version would fail by throwing that Cannot read property key of undefined. Instead it should ignore that key and comparison should happen with undefined.
Cannot read property key of undefined
Fixed in v1.1.3 release
If it happens that key given in condition is not actually present in fact, then current version would fail by throwing that
Cannot read property key of undefined
. Instead it should ignore that key and comparison should happen with undefined.