I am trying to import components from react-materialize as -
import {Navbar, NavItem} from \'react-materialize\';
But when the webpack is
In my case I had a problem with react, so I started doing:
npm install @types/react
and then to the
npm install @types/react-dom
This worked for me