I am using react 18 with Swiper version ^11.1.3 and react-id-swiper with version ^4.0.0.When I am trying to use this,I get this error.
“Missing “./css/swiper.css” specifier in “swiper” package”
I have inlcluded this css file in my component…
import 'swiper/css/swiper.css';