react-slick works with React v15.0.0?

Created on 19 Apr 2016  路  5Comments  路  Source: akiran/react-slick

I'm wanting to use react-slick in one of my projects. Just wondering if it works with react 15.0.0

Most helpful comment

@kennetpostigo is it working in your project? It's not on mine.

I get this error:

Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.

All 5 comments

https://github.com/akiran/react-slick/blob/master/package.json#L69-L70

Looks like it at least from it's peer dependencies.

@kennetpostigo is it working in your project? It's not on mine.

I get this error:

Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.

hd-8h3gUKPZKrvm8

This was not working originally but set up with react 15.0.1 as a peerDependency and using react-slick 0.9.2, I was able to get it running

@rafaelteixeira Yes it seems to be working for me.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

will88 picture will88  路  3Comments

slashwhatever picture slashwhatever  路  3Comments

walker-jiang picture walker-jiang  路  3Comments

amishPro picture amishPro  路  3Comments

Exomnius picture Exomnius  路  3Comments