Trying to address a console warning I'm getting from MUI5/emotion (I think)
The pseudo class ":first-child" is potentially unsafe when doing server-side rendering. Try changing it to ":first-of-type".
So I was curious, what happens if you omit the selector in :first-of-type
? I don't see any difference when I do this. Maybe it's ok?
EDIT: ^ This is my question and it is not answered in the question that is being linked too. I only included the emotion bit for context.