Breakpoints order on grid direction shouldn't affect the behaviour #29175
Labels
bug 🐛
Something doesn't work
component: Grid
The React component.
component: masonry
This is the name of the generic UI component, not the React module!
component: Stack
The React component.
ready to take
Help wanted. Guidance available. There is a high chance the change will be accepted
Breakpoints order on
<Grid>
direction props are affecting behaviour. IMHO that's not the intended behaviour.E.g
Current Behavior 😯
This is my current component:
Although it's defined as row SM is showing as a column. If I change the order it works.
E.g:
<Grid direction={{ xs: 'column', sm: 'row' }}>
Expected Behavior 🤔
SM size should be row
Your Environment 🌎
`npx @mui/envinfo`
The text was updated successfully, but these errors were encountered: