You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled Rejection (TypeError): Cannot read property 'push' of undefined
at line
submit=(data)=>this.props.login(data).then(()=>this.props.histroy.push("/"))
Please Check.
The text was updated successfully, but these errors were encountered:
this still is not working for me. history is an undefined prop in components.
so in any component that I needed to route by function, I had to export that component withRouter
Unhandled Rejection (TypeError): Cannot read property 'push' of undefined
at line
submit=(data)=>this.props.login(data).then(()=>this.props.histroy.push("/"))
Please Check.
The text was updated successfully, but these errors were encountered: