Skip to content

Conversation

@lipoolock
Copy link
Contributor

In some cases, for instance while running some tests via storyshot, we can get a blocker with this error message:

Error: Uncaught [TypeError: Cannot read property 'querySelectorAll' of undefined]

Adding this.list && at the beginning of this test will avoid such of issues and let pass well the tests

I would really appreciate that fix to be able to move forward from 0.25.2 of react-slick to the latest version

Thanks

In some cases, for instance while running some tests via storyshot, we can get a blocker with this error message:

`Error: Uncaught [TypeError: Cannot read property 'querySelectorAll' of undefined]`

Adding `this.list &&` at the beginning of this test will avoid such of issues and let pass well the tests

I would really appreciate that fix to be able to move forward from `0.25.2` of react-slick to the latest version

Thanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants