This issue is reported here and closed as the latest version of /core and lab fixes the issue:
https://github.com/mui-org/material-ui/issues/20482
I had the same error and using this combination of versions fixed the problem:
"@material-ui/core": "^4.9.10"
"@material-ui/lab": "^4.0.0-alpha.49"
Hope this helps