LoginSignup
0
0

More than 1 year has passed since last update.

Material UIのMenuを使おうとするとコンパイルエラーが起きる現象の解決

Last updated at Posted at 2021-12-23

解決策

npm install @emotion/react @emotion/styled
yarn add @emotion/react @emotion/styled

で解決。

MUI(Material-UI)の利用時には、emotionあるいはstyled-componentsのインストールが必須なケースがあるようです。

参考サイト

https://ufirst.jp/memo/2021/09/28/mui-%E3%81%AB%E3%81%A6%E3%82%A8%E3%83%A9%E3%83%BC%E3%80%8Cmodule-not-found-cant-resolve-emotion-react-in-node_modules-mui-styine%E3%80%8D/
https://cloudpack.media/59677

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