Skip to content
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

Don't run state effects in Vue immediately #717

Merged
merged 5 commits into from
Apr 29, 2024
Merged

Conversation

markjaniczak
Copy link
Contributor

@markjaniczak markjaniczak commented Apr 27, 2024

This reverts the previous PR #716. I discovered the original Vue adapter was indeed correct but what I was passing to virtualizer's getItemKey was not being treated as reactive so my list elements didn't have unique keys between renders. Therefore every render my list elements were being treated as new elements in virtualizer causing the infinite loop.

I'll update the Vue docs in a separate PR as that may prevent someone else making the same mistake.

Copy link

nx-cloud bot commented Apr 27, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 8e6a5a1. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@markjaniczak markjaniczak marked this pull request as draft April 27, 2024 00:26
@markjaniczak markjaniczak marked this pull request as ready for review April 27, 2024 01:13
@piecyk piecyk merged commit 109ffd3 into TanStack:main Apr 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants