Reactjs – How to apply style of TableRow similar to TableHead in material-ui / mui?
Currently I'm trying to apply the styling of TableHead to TableRow as well but I'm getting Warning: validateDOMNesting(...): cannot appear as a child of . how to fix this without warning message. CollapisbleTableRow.js import React, { Fragment, useCallback } from…