-
I have been having some trouble thinking about the best way to test a container that has both fetchData, fetchDataDeferred and some computation on the mergeState for @connect. Would love to get some t…
-
I'm trying to recreate the sample from documentation with Coffee:
```
React = require('react')
Slider = require('react-slick')
D = React.DOM
SimpleSlider = React.createClass({
render: () ->
se…
-
The readme states the breakpoints should be ordered from smallest to greatest, yet the code for the demos has them ordered from greatest to smallest. Which one is it?
-
I would like to use this, but need support for onClick and onTap event. When clicked that item should be selected. I see a option focusOnselect but it not seems to work
![screenshot from 2015-05-18 16…
-
It was mentioned here: https://github.com/akiran/react-slick/issues/29#issuecomment-126169829, but I wanted to re-emphasize the need for this functionality.
Here's the use case:
Imagine you have a "…
-
Slider portion works great, but any buttons that are within the panes are having their click events trapped. I attempted to turn off the swipe detection, but that also didn't allow clicks to go throu…
-
I'm having trouble getting the library to work with the examples provided. I get the following:
```
TypeError: Cannot read property 'hasOwnProperty' of undefined
at Object.checkAndWarnForMutatedP…
-
Consistently receiving the following error when trying to import this module.
```
ERROR in ./~/react-slick/lib/slider.jsx
Module parse failed: /Users/.../node_modules/react-slick/lib/slider.jsx Line …
-
Following the directions and running the following commands:
```
npm install react-slick
bower install slick-carousel
```
I then drop in the example component into my project:
```
var React = requ…
-
I couldn't figure out how to integration with an jQuery Slider, such as the bxSlider or [slick](http://kenwheeler.github.io/slick/) (which has an [port](https://github.com/akiran/react-slick/) undergo…