Еugene
Еugene
All is good in list.js Things bad in collection.js, where check variable is assigned to a List, but in "if" statments it is evaluated not on check.items.length, but on check.length...
Yes, for sure I will make a simple UI example for demonstrating the issue. Will add a link here to jsfiddle as soon as it will be completed.
Example with JSFiddle: http://jsfiddle.net/62138jpd/4/ NOTES: From scratch the example shows the situation about double-link updating with the following graph A-> (B,C) & B->(C). When choosing source from combo, it tries...
Greetings :) Well, the situation about blown stack isn't really related to problem of recursion, it is related to the way we wanted to use the library. Test example clearly...
To be noted: It seems that everything should work out from the box initially, because `@yfield` decorator already contains the code block to run refresh on Y props changes, because...