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
# Description
fix: If a bindable property is used in multiple places it causes invalid states and can lead to a crash
# Details
a bindable property has a single owner responsible of its lifecycle, so we need to clear its value once it's used
Diffs=
e3cd39b754 clear bindable property when used (#9198)
0 commit comments