I am using {{current_state_flagged_list.value}}
in the data source of a list view.
There is a select component in the list view which has an event handler to change the data source of the list view so that changes made to select components in the list view are reflected to the user.
// on select component value changed in a list view
current_state_flagged_list.setIn([i, "flag_type"], flagTypeSelect.value)
I have verified that the state variable is changed, but the list view's select components don't reflect the changes to the data source.