I received a React program with Material UI v5.11
and appears in it this instruction:
<Stack sx={{ flexDirection: { sx: 'column', md: 'row' }}}>
and it seems working perfectly.
But I am confused. Why the second sx? sx: 'column'
Wouldn't it be right xs: 'column'
?
Thanks a lot for your help.