simonhenke

Results 3 issues of simonhenke

Google Lighthouse shows the following warning: ![image](https://user-images.githubusercontent.com/9335692/151980972-bff26aa8-fc15-46e4-abdf-1a70f55f60e9.png) The warning doesn't show up when setting `touchMove` to `false` in the slider options, so the issue seems to come from the touchEvents...

As described in #2013, it's possible to render navigation buttons outside of the slider component by passing the Slider ref and calling the respective methods on it (`slickNext()` and `slickPrev()`)....

Some version between 1.8.0-1 and 1.9.1 now causes external links to be translated incorrectly: I'm passing a href like `https://www.dhl.com/de-de/home/tracking/tracking-express.html` and the lib parses it to `/de-de/home/tracking/tracking-express.html` My current workaround...

bug