I bet the warnings are because of this: https://github.com/bitovi/canjs/pull/919
Do they say: Variable "' + key + '" not found in mustache template.'?
If so, that's intended to help prevent silent failure when a template is trying to render something that's not in the scope.