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
Mixed case bindings work now, but I hit a pothole in that I tried to use the camelCase name on the left hand side of the binding. It'd be really nice if an error were thrown when the property doesn't exist to help catch this error.
Where event names need to map to case-sensitive strings, e.g.
on-EventName
andmyProperty="foo"
, we need to do white-list mapping.Note in particular that binding to mixed-case properties won't work in the meantime.
The text was updated successfully, but these errors were encountered: