Not able to access the Redux state

30 views Asked by At

TypeError: Cannot read property 'handle' of undefined.

render() {
const {
  classes,
  user: {
    credentials: { handle, createdAt, imageUrl, bio, website, location },
    loading,
    authenticated,
  },
} = this.props;

Props values

[enter image description here][1]

Redux State values [1]: https://i.stack.imgur.com/BqvQt.png

0

There are 0 answers