RootCauseunvalidated
the submit handler call has a Javascript Closure over the selected `success` from the time it is called — after awaiting the dispatched action. Tension: the callback can't possibly see any updated selected state values from outside the closure scope. Outcome: access the current state value via `store.getState`.
e622f1ef-cebd-4c31-a5fe-06784ce40b22
the submit handler call has a Javascript Closure over the selected success from the time it is called — after awaiting the dispatched action. Tension: the callback can't possibly see any updated selected state values from outside the closure scope. Outcome: access the current state value via store.getState.