I already made owl carousel from origin template without node_module ‘react-owl-carousel’. But now I sometimes see errors such as not adding owl-item class when loading pages.
I imported javascript files like owl-carousel.min.js using node-module ‘react-helmet’.
How can I fix that erros completely? Please feel free to answer me about that question.
`
`
2
Answers
So your using ReactJS and importing owl-carousel.min.js ? as a file am i correct to avoid node modules and dependency issues , initially i would like to inform you that OwlCarousel-githubis deprecated, which means its no longer supported by the developer and second of all using the owl-carousel.min.js is just a minified version of the library the creators recommend using tinyslider
Also i wanted to mention including a library or a min.js is still a pacakge you would use the difference is you have the file on the project not imported from a cloud delivery network or as an actual file like owl carousel example
Docs – Owl Carousel
You can import javascript and css files in index.html from github owl-carousel repository.