I am utilizing the reactstrap library and have managed to install both Bootstrap and Reactstrap successfully.
However, I am facing an issue where when I include
import '../node_modules/bootstrap/dist/css/bootstrap.min.css';
, React does not compile. Are there any alternative solutions for this problem?