reSlick and dynamic property not working
Closed this issue · 1 comments
archer3cl commented
Issue
Following this advice I'm trying to add/remove slides on the go.
In my project, when adding slides everything is fine but when removing and calling reSlick, the array is updated, the reSlick function its called but the DOM of the slickjs component is not being modified.
Strangely enough, the demo i share has the inverse problem, the add function updates the array but is not updating the DOM, but the remove function does.
I hope you can help me with this.
Demo
archer3cl commented
It seems its duplicated #52
This answer helped me