"react-ellipsis-with-tooltip": "^1.1.1", After adding the package with: `yarn add react-ellipsis-with-tooltip` the project fails to load due to the following error:  After adding react-bootstrap with: `yarn add react-bootstrap` the project loads and the tooltip works but without styling. It looks like the module doesn't install react-bootstrap as a peer dependency (and also fails to load the styles).