material uiのiconがfirefoxでレンダリングされない


firefoxのブラウザ設定をいじる必要がある、つまりクライアント側の問題となる模様

環境

  • node: 10
  • react: 16.4.0

方法

firefoxの検索ボックスからabout:preferencesに移動 Fonts and ColorsからAdvanced…に移動し Allow pages to choose their own fonts, insterd o your selections adoveにチェックをいれる

settiong preferences

setting apply

確認

  • 適用前

material table disable

  • 適用後

material table enable

画像はmaterial-table より

しかしmaterial-uiのcomponentについてはちゃんとレンダリングされる、取得方法が違うのだろうか

参考