无法访问Redux状态

时间:2020-07-23 15:38:51

标签: reactjs react-redux react-redux-firebase react-redux-i18n

TypeError:无法读取未定义的属性“ handle”。

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

道具值

[在此处输入图片描述] [1]

Redux状态值 [1]:https://i.stack.imgur.com/BqvQt.png

0 个答案:

没有答案