Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does it need relative URl or http urls will also work? #9

Closed
ghost opened this issue Jun 7, 2020 · 1 comment
Closed

does it need relative URl or http urls will also work? #9

ghost opened this issue Jun 7, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 7, 2020

Getting the following error:
image

Here's the code:

<SimpleImageSlider width={180} height={180} images={item.coverImages} />

/* 
   item.coverImages= [
          {
            url:
              "https://produits.bienmanger.com/34887-0w470h470_Organic_Apples_Royal_Gala_From_Frnace.jpg",
          },
          {
            url:
              "https://5.imimg.com/data5/BJ/SR/MY-28139693/natural-alphonso-mango-500x500.jpg",
          },
        ],
*/
@ghost
Copy link
Author

ghost commented Jun 7, 2020

Sorry I was passing an incorrect variable name.

@ghost ghost closed this as completed Jun 7, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants