Bindings when elements are bound to same object in memory
问题 I have a situation where I have multiple elements which are bound to the same path and thus the same JS object underneath. Because of this, changes to the object at one place are immediately visible by the other element (though it doesn't know it). The documentation says I need to manually alert the system about this or use a automatic binding, which I am. So a notifyPath call is happening. In the notifyPath DOM traversal it eventually nears the element which should react to the change,