Subscribe to
Given the derive signal
is there a way obtain which index in the array was modified when the
feedbackis there a way obtain which index in the array was modified when the
feedback is trigger.feedbackfeedbackconst [store, setStore] = createStore({fb: [0,1,2]});
const feedback = store.fb;