-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Describe the bug
useInfiniteScroll
immediately and infinitely tries to load more items if the scroll container goes horizontally. Attached playground link is the default playground for useInfiniteScroll
from the link in the docs, except for:
- flex-col
+ flex-row
- overflow-y-scroll
+ overflow-x-scroll
Reproduction
System Info
System:
OS: macOS 15.5
CPU: (10) arm64 Apple M4
Memory: 97.81 MB / 24.00 GB
Shell: 5.9 - /opt/homebrew/bin/zsh
Binaries:
Node: 24.3.0 - ~/.nodenv/versions/24.3.0/bin/node
npm: 11.4.2 - ~/.nodenv/versions/24.3.0/bin/npm
Browsers:
Firefox: 140.0.4
Safari: 18.5
npmPackages:
@vueuse/components: ^13.5.0 => 13.5.0
@vueuse/core: ^13.5.0 => 13.5.0
vue: ^3.5.17 => 3.5.17
Used Package Manager
npm
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.