Problemunvalidated
I was not checking for all scenarios, was also not extracting the message(s) correctly from the response. — export const registerUser = (payload: RegisterPayload) => async (dispatch: AppDispatch) => {. Tension: was also not extracting the message(s) correctly from the response. Outcome: Below is the corrected code.
c981847b-e8f6-4d65-97ed-7a16960073e4
I was not checking for all scenarios, was also not extracting the message(s) correctly from the response. — export const registerUser = (payload: RegisterPayload) => async (dispatch: AppDispatch) => {. Tension: was also not extracting the message(s) correctly from the response. Outcome: Below is the corrected code.