LoginSignup
0
0

More than 1 year has passed since last update.

material uiのアイコンを使用した際にCannot find module '@mui/icons-material/{Icon}'と警告が出る

Last updated at Posted at 2022-07-03

  • OS
    Mac Os Monterey 12.2.1

  • バージョン
    React: 18.2.0
    React-dom: 18.2.0
    mui: 5.8.6

問題

MenuIconを使用したときに下記の警告が出た。

Cannot find module '@mui/icons-material/Menu' or its corresponding type declarations.

対策

公式からmaterial-uiをインストールする。
Installation - Material UI
公式のmaterial-uiインストールコマンドだけではアイコンを使用するには不足があるらしいので、
記事を参考にしてコマンドを追記。
javascript-モジュールが見つかりません:'@ mui / icons-material/FileDownload'を解決できません-スタックオーバーフロー

yarn add @mui/icons-material

これでもエラーが出るならnode.jsを再起動する。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0