canjs / can-view-scope

Scope management for view engines
https://canjs.com/doc/can-view-scope.html
MIT License
4 stars 0 forks source link

Handle undefined values on not found key warning #210

Closed cherifGsoul closed 5 years ago

cherifGsoul commented 5 years ago

The not found key warning message with undefined/null values will be:

undefined: Unable to find key "foo.length". Found "foo" with value: "undefined" null: Unable to find key "foo.length". Found "foo" with value: "null"

phillipskevin commented 5 years ago

@cherifGsoul any update on this?

cherifGsoul commented 5 years ago

Sorry I didn't see you requested other changes! I'll fix it tomorrow!