Problemunvalidated
console.log(success); — after awaiting the dispatched action. Tension: this won't work as you are likely expecting because the submit handler call has a Javascript Closure over the selected `success` from the time it is called. Outcome: access the current state value via `store.getState`.
c7396317-10de-40d8-9e3c-ff9ac0e70e0a
console.log(success); — after awaiting the dispatched action. Tension: this won't work as you are likely expecting because the submit handler call has a Javascript Closure over the selected success from the time it is called. Outcome: access the current state value via store.getState.