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
The BindableProperties is a Dictionary, so any property with the same name added will break the debug.
This happens right now with the "Bound" property, if the control has multiple triggers. While #48 will solve this specific issue, it might be a better idea to use a simple list since we don't care much about the uniqueness of the property.
The text was updated successfully, but these errors were encountered:
The BindableProperties is a Dictionary, so any property with the same name added will break the debug.
This happens right now with the "Bound" property, if the control has multiple triggers. While #48 will solve this specific issue, it might be a better idea to use a simple list since we don't care much about the uniqueness of the property.
The text was updated successfully, but these errors were encountered: