akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.72k stars 2.1k forks source link

Carousel does not show up when deployed to Netlify #1472

Open timOTdev opened 5 years ago

timOTdev commented 5 years ago

Hello,

I'm having a problem getting the carousel to show up when deployed to Netlify. It shows just fine locally but not when it's deployed. What is going on? Deployed Netlify Link: https://silly-archimedes-0435b2.netlify.com/

Expected:

screenshot 2018-12-31 08 50 54

Actual:

screenshot 2018-12-31 08 51 15

What I have tried/noticed: 1) Redeploying the site with a new github repo. 2) Referred to 1 related post but this was not my problem: https://github.com/akiran/react-slick/issues/1365 . 3)The props do get passed correctly in react dev tools.

Steps to Reproduce: 1) Can clone this repo: https://github.com/timh1203/dullesBarber2 2) Deploy it on Netlify.

Thanks for any help!

umairx97 commented 5 years ago

Hi i am having the same issue but in heroku let me know if you solved it

timOTdev commented 5 years ago

Hi i am having the same issue but in heroku let me know if you solved it

Owner requested that I remove it since it slows load time. Maybe there's another carousel solution out there. Haven't looked at this time. I'm curious if you do get it to work. Good luck!

umairx97 commented 5 years ago

yeah i solved it my problem was number of slides to show > than total slides when i adjusted my setting to show 1 slide on the responsive setting it worked. hope it helps