React-sidenav:TypeError:无法读取未定义

时间:2018-06-11 08:22:52

标签: reactjs sidenav

当我想从react-sidenav显示我的导航时出现错误: 错误堆栈跟踪:https://hastebin.com/isiguweces.php

我的班级Navig.js,其中包含我的导航:https://hastebin.com/kanotegido.xml

我的App.js在哪里使用:https://hastebin.com/xiyikatice.scala

1 个答案:

答案 0 :(得分:2)

问题是props$iconundefined(名为user而不是userCircle)。

更改

import { user } from 'react-icons-kit/fa/userCircle';

import { userCircle } from 'react-icons-kit/fa/userCircle';

解决您的问题。