TeamWertarbyte / mdi-material-ui

Material-UI SvgIcon components for Material Design Icons.
MIT License
328 stars 15 forks source link

All icons rerender without any change #51

Closed oulfr closed 2 years ago

oulfr commented 2 years ago

example of icons:

<AccountOutline sx={{mr: 2}}/>

image

oulfr commented 2 years ago

same behavior with mui icons

leMaik commented 2 years ago

That's what react does when putting new objects into props (eg. sx) every time. 🙁