Closed oliviertassinari closed 1 month ago
import * as React from 'react';
import Paper from '@mui/material/Paper';
import Grid from '@mui/material/Grid';
export default function BasicGrid() {
return (
<Grid container spacing={2}>
<Grid item xs={8}>
<Paper>size=8</Paper>
</Grid>
<Grid item xs={4}>
<Paper>size=4</Paper>
</Grid>
</Grid>
);
}
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.
Steps to reproduce
https://stackblitz.com/edit/react-wqh4ke?file=Demo.tsx
Current behavior
No warnings
Expected behavior
https://stackblitz.com/edit/react-s8bppb?file=Demo.tsx
Context
No response
Your environment
``` Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here. ```npx @mui/envinfo
Search keywords: -