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
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.