Failed prop type: Invalid prop `errors` of type `string` supplied to `CreateProfile`, expected `object`
I am trying to create a profile for a user on login, after submitting the form I am getting the error as invalid props errors. As both my client and server are running.I am using redux in my react app.…