You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needed to open another ticket to track towards making this change for v0.16.0.
React has changes it type definitions which means React.FC will no longer be available to use.
Update each of the icons to use the appropriate props - [ ] Consider using SvgIcon from @mui/material as it has other properties we can benefit from using
Widen the IconProps to accept sx props from MUI in order to utilize the theme object inline
Initially I considered doing this, because when I was testing it in the open PR I had for testing new changes to move to Next.js 14, there are underlying issues with using the MUI svg api to replace ours, which can't be done all at once, but rather needs to be one by one. So this issue needs to be changed to reflect the possible blockers.
See previous open issue here: #224
Needed to open another ticket to track towards making this change for
v0.16.0
.React has changes it type definitions which means
React.FC
will no longer be available to use.- [ ] Consider usingSvgIcon
from@mui/material
as it has other properties we can benefit from usingIconProps
to acceptsx
props from MUI in order to utilize the theme object inlineContributor Guide
The text was updated successfully, but these errors were encountered: