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
When a property is assigned a binding, trying to assign a value or another binding to it will result in an exception.
Having a small getter e.g isBinding() would be a nice convenience to allow users to check whether reassigning to a property is safe or not without having to try/catch.
The text was updated successfully, but these errors were encountered:
When a property is assigned a binding, trying to assign a value or another binding to it will result in an exception.
Having a small getter e.g
isBinding()
would be a nice convenience to allow users to check whether reassigning to a property is safe or not without having to try/catch.The text was updated successfully, but these errors were encountered: