I am trying to import components from react-materialize as -
import {Navbar, NavItem} from \'react-materialize\';
But when the webpack is
I had this issue when I added react-router-dom to the new CRA app using typescript. After I added @types/react-router, the issue was fixed.
react-router-dom
@types/react-router