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

Warn when unable to set #195

Open justinbmeyer opened 5 years ago

justinbmeyer commented 5 years ago

If I have a context with something like {user: {name: "justin"} which tries to get set like:

value:to="this.user.email"

Notice that email isn't in the user object

This will not be set because an email property does not exist. We should warn about this.