Search code examples
reactjstabsmaterial-uichildren

Failed prop type: The prop `children` is not supported. Please remove it


I'm using Material UI tabs for the first time in my project, everything works fine but there is one error in console while running the project here is what i get in console and here is an example of the code where I use Tabs Can anyone please help me? Thanks


Solution

  • Check Tab must be a self closing element, that's why it is throwing warning because you used it to pass your h4, you should use props rather than pass explicit child to these components.