error when trying to authenticate on react using django rest as backend

前端 未结 0 1150
梦毁少年i
梦毁少年i 2020-12-14 01:19

pages/Login.js Error

const mapStateToProps = (state) => ({
    isAuthenticated: state.auth.isAuthenticated, # Error on this line
});

TypeError: "Ca         


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