Closed ChebanovDD closed 1 year ago
In Unity 2021, when an element is removed, the Unbind method is not called.
Unbind
This leads to a lot of issues because SetBindingContext is called without resetting it.
SetBindingContext
Describe the bug
In Unity 2021, when an element is removed, the
Unbind
method is not called.Current result
This leads to a lot of issues because
SetBindingContext
is called without resetting it.