Closed yungo1846 closed 5 months ago
Hello @yungo1846.
We've released @egjs/flicking 4.11.3-beta.1 and @egjs/react-flicking 4.11.3-beta.1, which fixes this issue. Can you try updating the above packages included in your project to the beta versions and check if this issue is resolved?
We will leave additional comments when we release a patch that fixes this issue.
Hello @malangfox
@egjs/flicking 4.11.3-beta.1
works well.
I think the bug is fixed.
Thank you :)
@egjs/flicking 4.11.3 has been released, which fixes this issue.
Description
Hello I've met error when using bound and custom align props together.
packages version
Steps to check or reproduce
🔗 demo link
moveTo
button 3times (to move to the first item after reaching the last one)https://github.com/naver/egjs-flicking/assets/59409762/82f9856a-629b-443d-bad3-150ba4b92bdd
+) The moveTo button didn't work as I expected. When I moved the index to 4, I expected item 4 to be in front, but item 3 was in front.