Abhinav Dalal

Results 17 comments of Abhinav Dalal

@FluorescentHallucinogen good catch! could we also add a test case for this exact scenario where if the currentSlide = lastSlide and we remove that last item from carousel it will...

@willdavidow @jacob-ebey the only way IMO is to use a ```const [keyBoardControls, setKeyBoardControls] = useState([false, false]);``` and pass manage this state externally on hover. https://codesandbox.io/s/ecstatic-silence-thclx?file=/src/App.js i dont know what is...

@YIZHUANG i do see the buggy behaviour in the 2nd sandbox link.. ill try to figure out why over the weekend.. feels like something we have a test that covered...

@YIZHUANG we should try get #142 merged.

@YIZHUANG this virus sucks! would be happy to contribute on version 3.0 with hooks! you have done some amazing work! maybe add the 'sponsor' button on github.. you never know...

@guilhermedeandrade @YIZHUANG I think that longer term maintainability and epandibility.. it may be better to follow mui pattern of taking a classes object prop whose keys are well documented.. CSS...

@compwron i recommend adding a polyfill in your code for now.. follow: https://stackoverflow.com/questions/43738879/fill-not-supported-in-ie11 sorry.. i dont think we have time to maintain support for ie11 as there are far more...

@pradipvadher have you imported css? ```import 'react-multi-carousel/lib/styles.css';``` can you remove these props that you have passed (as i think they have no effect) className="" containerClass="" dotListClass=""

@jacksonkr is the `partialVisibilityGutter` inside responsive object not working.. I think it is honoured for centerMode..

@jacksonkr my apologies.. i see now that your right.. i guess we will need PR to fix.. if you can help it will be awesome.. related issue -> #160