Patrick Tran
Patrick Tran
Is this reproducible on the demo page? https://patricktran.github.io/react-magic-slider-dots/ If not, please provide a JSFiddle or CodeSandbox example.
Ok was able to reproduce the issue and I am currently working on an update.
@malasaad82 Can you please try out 1.2.0-beta.0 Would appreciate your help in testing it. **npm install react-magic-slider-dots@next**
@Mohammedalasaad Please post your react-slick settings with the breakpoints defined. Also what's your total number of slides? I'd like to debug using your exact configuration.
 @Mohammedalasaad Thanks for uploading your config. My initial testing is showing that the root cause of this issue is a bug in the react-slick package. Notice in my GIF,...
 @Mohammedalasaad Here's another example of how I was able to reproduce the bug in `react-slick`. Notice that `enable magic-slider-dots` is turned off.
I have opened an issue with `react-slick`: https://github.com/akiran/react-slick/issues/1642 Please watch.
Hi @ifthenelse IE11 has been long deprecated by Microsoft and requires ES6 polyfills. Since then, Microsoft has replaced it with IE Edge Legacy and IE Edge (Chromium). Therefore, this package...
Hi @ds-martinso Chrome automatically does the scrolling when you drag outside of the table, no additional code was added. So this sounds like something Chrome supports and Safari does not.
Hi @ds-martinso I took a hiatus from supporting this package but I am now getting back into it. I will take a look at this issue and see if there...