Material UI tries to make composition as easy as possible. Wrapping componentsTo provide maximum flexibility and performance, Material UI needs a way to know the nature of the child elements a component receives. To solve this problem, we tag some of the components with a muiName static property when needed. You may, however, need to wrap a component in order to enhance it, which can conflict with