Fix invalid prop `color` of value `#CCCCCC` supplied to `ForwardRef(SvgIcon)`
Closed this issue · 1 comments
index.js:1 Warning: Failed prop type: Invalid prop color
of value #CCCCCC
supplied to ForwardRef(SvgIcon)
, expected one of ["action","disabled","error","inherit","primary","secondary"].
in ForwardRef(SvgIcon) (created by WithStyles(ForwardRef(SvgIcon)))
in WithStyles(ForwardRef(SvgIcon)) (created by ForwardRef)
in ForwardRef
in ForwardRef (at AppContent.js:68)
in div (created by ForwardRef(ListItemIcon))
in ForwardRef(ListItemIcon) (created by WithStyles(ForwardRef(ListItemIcon)))
in WithStyles(ForwardRef(ListItemIcon)) (at AppContent.js:113)
in div (created by ForwardRef(ButtonBase))
in ForwardRef(ButtonBase) (created by WithStyles(ForwardRef(ButtonBase)))
in WithStyles(ForwardRef(ButtonBase)) (created by ForwardRef(ListItem))
in ForwardRef(ListItem) (created by WithStyles(ForwardRef(ListItem)))
in WithStyles(ForwardRef(ListItem)) (at AppContent.js:106)
in ul (created by ForwardRef(List))
in ForwardRef(List) (created by WithStyles(ForwardRef(List)))
in WithStyles(ForwardRef(List)) (at AppContent.js:104)
in div (at AppContent.js:103)
in div (created by ForwardRef(Paper))
in ForwardRef(Paper) (created by WithStyles(ForwardRef(Paper)))
in WithStyles(ForwardRef(Paper)) (created by ForwardRef(Drawer))
in div (created by ForwardRef(Drawer))
in ForwardRef(Drawer) (created by WithStyles(ForwardRef(Drawer)))
in WithStyles(ForwardRef(Drawer)) (at AppContent.js:95)
in div (at AppContent.js:94)
in ThemeProvider (at AppContent.js:93)
in AppContent (at App.js:9)
in div (at App.js:7)
in App (at src/index.js:26)
in Provider (at src/index.js:25)