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

Fix to avoid slick() component be created more than once #339

Merged
merged 1 commit into from
Oct 5, 2020

Conversation

jrmartin
Copy link
Contributor

@jrmartin jrmartin commented Sep 22, 2020

Fixes problem with more than one slick getting created for same ID component. This bug can happen if there's duplicates on the data received by query builder with the same ID, or if the query builder gets resized and component re-rendered.

Closes #338

@filippomc filippomc linked an issue Sep 23, 2020 that may be closed by this pull request
Copy link
Contributor

@filippomc filippomc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, needed to improve the information provided

@jrmartin for the next PRs the following would really help the review and release process:

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.

Fix Query Component's Image Carousel Feature
3 participants