Why my React-Redux action returns “undefined”?

前端 未结 0 1748
孤独总比滥情好
孤独总比滥情好 2021-01-24 03:08

I\'m trying to get user_id from an async function. This is my action:

export const loginCC = (email, password) => {
  return async (dispatch) => {
    async         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题