Closed sajov closed 8 years ago
I strongly believe that only mapped values should trigger the callback.
I noticed this too--I'm getting multiple callbacks in number which matches the number of json nests + properties in last nest.
Fixed and live in 1.1.0 (also in the dist dir).
example of the side effect that i'am talking about is shown in this example below https://jsbin.com/fomaminoza/1/edit?html,js,console,output
I strongly believe that only mapped values should trigger the callback.
that brings me to the conclusion that objects have the same problem:
transform is triggered for each object property and is't parent's instead of only it's bound properties . I have made a fix for the init state, but not for that object issue.