You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DateTime#unknownProperty returns null if it doesn't match any known formatters, but this kills Ember's view lookup as it expects to get undefined for unknown properties.
I'm not 100% sure if this is an issue with DateTime, or whether Ember should also handle nulls.
DateTime#unknownProperty
returnsnull
if it doesn't match any known formatters, but this kills Ember's view lookup as it expects to getundefined
for unknown properties.I'm not 100% sure if this is an issue with DateTime, or whether Ember should also handle nulls.
Here's a fiddle which demonstrates the issue:
http://jsfiddle.net/rlivsey/aKHhr/
The text was updated successfully, but these errors were encountered: