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
So, there are not only additional calls of the function update here but also failures of the binding.
I'm not sure is it really a bug in Gjallarhorn.Bindable/Gjallarhorn or this is expected behaviour.
But in the last case I would want to know why it happens.
Workaround: exposing immutable object. I.e. in the code below use Seq.toList instead of Seq.toArray.
I faced with odd behaviour:
So, there are not only additional calls of the function update here but also failures of the binding.
I'm not sure is it really a bug in Gjallarhorn.Bindable/Gjallarhorn or this is expected behaviour.
But in the last case I would want to know why it happens.
Workaround: exposing immutable object. I.e. in the code below use
Seq.toList
instead ofSeq.toArray
.MCVE:
code also available in the project
IsSynchronizedWithCurrentItemCase
hereThe text was updated successfully, but these errors were encountered: