react-bootstrap and Panel.Body
Please change to:
import Panel from 'react-bootstrap/lib/Panel'
When importing from react-bootstrap
you need to import the component from the lib folder.
Please change to:
import Panel from 'react-bootstrap/lib/Panel'
When importing from react-bootstrap
you need to import the component from the lib folder.