-
```
Uncaught (in promise) TypeError: Cannot read property 'forEach' of undefined
at ResponsiveMixin.componentWillUnmount (webpack:///./~/react-slick/~/react-responsive-mixin/index.js?:22:34)
```
-
The problem is from line 203 of `lib/mixins/helpers.js`
``` js
this.setState({
animating: true,
currentSlide: currentSlide,
currentLeft: currentLeft,
trackStyle: this.getA…
-
I have all media queries in an object which I get from a property
## Calling Logo
`var mQueries = {'phone': {maxWidth: 414}, 'tablet': {minWidth: 870}, 'desktop': {minWidth: 1084}};
`
## Logo.jsx
``…
-
Hi,
I'm relatively new to React so this might be a stupid question, but I can't get react-slick to compile/build.
I installed with `npm install react-slick` and `bower install slick-carousel`. I've …
-
Repo url of 346 libs (total: 1224 libs) need to be updated if been moved.
Need to be confirmed.
- [x] 6to5/6to5
- [x] Colourity/Fort.js
- [ ] andyet/ICanHaz.js
- [x] appendto/amplify
- [x] jmdobry/ang…
-
The example on the github page does not even compiler due to this `...{setting}`.
I can't fine the react-slider.js anyway but managed to cut and paste it from `http://webrafter.com/opensource/react-sl…
-
Currently, I have the onBeforeChange etc.. call backs as part of the settings. Does anything think these would be better as events? Like:
$('.slider').on('slick.beforeChange', function(){
});
Would …
-
If I resize the browser window the slider does not resize until it slides.