'reactstrap' does not contain an export named 'Carousel'. what does it mean ?
It means you are using a version prior to that feature being added. Use the installation instructions in the docs which will install the v5 alpha which has that feature.
fixed issue after installation of "npm i -S [email protected]" you can close this issue. but please mention that to install latest version.
Thanks
Yes, It is already mentioned in the documentation in the readme and in the documentation website.
Most helpful comment
It means you are using a version prior to that feature being added. Use the installation instructions in the docs which will install the v5 alpha which has that feature.