Open PureWeen opened 1 week ago
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
When using CV1 handlers, removing the first item from the CarouselView during navigation doesn't work as expected. The removed item remains visible in the view . This functionality works correctly with CV2 handlers.
Expected | Actual |
---|---|
Description
This test was modified to only run on CV2 because it's not passing on CV1 https://github.com/dotnet/maui/pull/25719/files
We need to fix it so the test is passing on both sets of handlers