-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi, I try to use your component by using your basic usage
render() {
let data = [
{
"des": "1",
"imgSrc": "https://i.imgur.com/7nbAJ0C.jpg"
},
{
"des": "2",
"imgSrc": "https://i.imgur.com/pgCzueK.jpg"
}
{
"des": "3",
"imgSrc": "https://i.imgur.com/d5aiXJP.jpg"
},
{
"des": "4",
"imgSrc": "https://i.imgur.com/L75otV6.jpg"
},
{
"des": "5",
"imgSrc": "https://i.imgur.com/qkPMr9D.jpg"
}
];
return <CarouselSlider slideItems = {data} />;
}
I got an Error
ReferenceError: Image is not defined
/www/node_modules/react-carousel-slider/es/index.js:39:1
I hope you help me with my problem
oaksupanat
Metadata
Metadata
Assignees
Labels
No labels