-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix(useVirtualList): resolve invalid watch source #4857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Robin <robin.kehl@singular-it.de>
@OrbisK Thank you for your review, I have updated the code. |
can you add a test too? just set the list as a fixed array or something instead of a ref, in the test if you also catch up from main, the docs build will succeed (although happy to merge regardless of that in this case) |
Okey, Tonight I will increase the test cases. |
313d763
to
ae0720c
Compare
Thank you for your review, I have added test case. |
f246884
to
1d8a5db
Compare
1d8a5db
to
8af4815
Compare
Before submitting the PR, please make sure you do the following
fixes #123
).Description
Ensure that the
list
being listened to is always reactive data.Additional context
fixes #4854