79785308

Date: 2025-10-08 09:56:14
Score: 2.5
Natty:
Report link

According to the Grid documentation in Mui 7 version you should change this

<Grid item xs={6} sm={4} md={3} key={note.id}>

to this

<Grid size={{ xs: 6, sm: 4, md: 3 }} key={note.id}>
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 17u5h