1
votes

I am using React Material ui.Tried to use BreadCrump component of Material UI. But while using this i got the following error.

Can't resolve '@material-ui/core/Breadcrumbs'.

I have already installed @material-ui/core in my application as well.

"@material-ui/core": "^3.9.3"

Not sure why this issue happens.Is there any issue with the @material-ui/core version i am using ?

1

1 Answers

1
votes

Use the latest version.

Version 4.6.1 Solve the problem.