Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to enforce images list validation #1967

Merged
merged 1 commit into from
Jan 24, 2021
Merged

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.

None yet

2 participants