u put GridItem inside a motion.div but the grid item must be a direct child of grid container.
<Grid item xs={6}> <motion.div> add ur code other codes here ......................................................... </motion.div> </Grid>