Closed b-ma closed 8 months ago
Introduces weird side effects: if the controller does not have the same state as its controlled states the update can be bypassed in some situations.
Also, network overhead with raw forEach on state list should now be resolved with the batched updates implemented in f3aa1ce
forEach
Should introduce more collection tests too
Introduces weird side effects: if the controller does not have the same state as its controlled states the update can be bypassed in some situations.
Also, network overhead with raw
forEach
on state list should now be resolved with the batched updates implemented in f3aa1ce