I\'ve run in some problems add Material UI to my React project, which is programmed with Typescript.
According to the tutorial, I start with adding the react-tab-event-p
Add these two dependencies to your package.json file and run npm install and then start. It worked for me
"@types/material-ui": "^0.21.1", "material-ui": "^0.20.0",