Thomas Vanleynseele

Results 1 comments of Thomas Vanleynseele

FYI: I have opened an issue at MUI: https://github.com/mui/material-ui/issues/35255 The problem is fixed when using `` directly instead of deeply nesting your components. Simplified example that does work: ``` {countriesFiltered.map((isoCodeItem)...