You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
When using reload after changing the contents of the slot (ie, to apply a filter to the slides if the widthSlide property hasn't changed it isn't applied to the new elements. This is because the widthSlide is only applied in the watcher when it changes, and the value remains the same.
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.95. Please mark this comment with 👍 or 👎 to give our bot feedback!
I've managed to work around the issue using the changes in #183 which sets the container width to 0, and then reverts it again. This seems pretty hacky though - is there a better approach?
When using reload after changing the contents of the slot (ie, to apply a filter to the slides if the widthSlide property hasn't changed it isn't applied to the new elements. This is because the widthSlide is only applied in the watcher when it changes, and the value remains the same.
Codepen
The text was updated successfully, but these errors were encountered: