-
In react-alice-carousel.d.ts
`items?: Array;`
Should be
`items?: {}[];`
or
`items?: Array;`
Otherwise this error is raised:
`Generic type Array requires 1 type arguments.`
-
Node v8.9.1 (installed on MacOS
10.13.3)
package.json dep lists:
`{
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugi…
-
Hi, I tried using the lib with React 16 and it crashes when you are navigating between slides.
Here is the error: [http://prntscr.com/gzfzzw](http://prntscr.com/gzfzzw)
ghost updated
6 years ago
-
I added the slider with this configuration:
` const responsiveSettings = {
0: {
items: 1
},
600: {
items: 2
},
992: {
items: 4
}
…