I'm getting this warning in the browser console:
On lines: 2 and 3
1. <Grid item xs={12} style={{ borderBottom: "1px solid #e4e4e4" }}>
2. <div>
3. <p className={classes.title}>Key Info</p>
4. </div>
5. </Grid>
It's a React project. Also, I'm using webpack. How to solve this problem?
)`. That's why its giving warning `p` can't be child of `p`
– Shubham Verma Nov 27 '20 at 05:59