I tried to use the component (latest version) with React 16.13.1 and React Bootstrap 1.4.0 and I receive the following error:
./node_modules/react-16-bootstrap-date-picker/lib/index.js
Module not found: Can't resolve 'react-bootstrap/lib/Button' in '...\node_modules\react-16-bootstrap-date-picker\lib'
Possible Solution
I see that in version 1.0.0 of React Bootstrap there is no "lib" directory and all the modules are in the "react-bootstrap" directory.
Your Environment
Version used: 5.1.2
Browser Name and version: Chrome 80.0.3987.149
Operating System and version (desktop or mobile): Windows 10
Table of Contents
Context
I tried to use the component (latest version) with React 16.13.1 and React Bootstrap 1.4.0 and I receive the following error:
Possible Solution
I see that in version 1.0.0 of React Bootstrap there is no "lib" directory and all the modules are in the "react-bootstrap" directory.
Your Environment