I'm having an issue with material ui
"@material-ui/core": "^4.11.3"
. I am trying to import the TypeScript interface TransitionProps, but my eslint is showing an error that it cannot resolve the path. My code is identical to the one in the material ui sandbox, except for the fact that the sandbox uses the "latest" version and I have version "^4.11.3", which is up-to-date. What could be causing this problem?
Error Message from Eslint:
Unable to resolve path to module '@material-ui/core/transitions'.eslintimport/no-unresolved