反应侧导航:类型错误:无法读取未定义的属性'children'



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

我的类导航.js其中包含我的导航:https://hastebin.com/kanotegido.xml

还有我的应用程序.js它在哪里使用:https://hastebin.com/xiyikatice.scala

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

改变

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

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

解决您的问题。

相关内容

  • 没有找到相关文章

最新更新