无法在material-ui @ next中导入Svg图标
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法在material-ui @ next中导入Svg图标相关的知识,希望对你有一定的参考价值。
我已将材料ui版本升级到v1.0.0-beta.26。通过此更新,当我尝试导入ActionCircle或任何图标时,我面临模块未找到问题,如下所示。
Eg: import AccountCircle from 'material-ui-icons/AccountCircle';
答案
看来你错过了图标包。在终端中使用此命令安装material-ui-icons包:
npm install material-ui-icons --save
以上是关于无法在material-ui @ next中导入Svg图标的主要内容,如果未能解决你的问题,请参考以下文章
在 Next Js 项目 React s-s-r 中导入样式引导程序
在 Next.js 中导入 react-hook-mousetrap 时出现“无法在模块外使用 import 语句”错误