Skip to content

Fix Combobox issue when using virtual mode #3734

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

Merged
merged 3 commits into from
May 20, 2025

Conversation

RobinMalfait
Copy link
Member

This PR fixes an issue with the Combobox component when using the virtual mode.

We recently already fixed this issue (#3678) by applying a patch on the @tanstack/virtual-core package. But this was only applied in cjs builds, not in the esm builds.

Instead of trying to fix it in our build process, we decided to just fix it upstream (TanStack/virtual#1004) and this PR bumps the version of @tanstack/virtual-core to the latest version (which includes the fix).

Copy link

vercel bot commented May 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
headlessui-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2025 2:10pm
headlessui-vue ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2025 2:10pm

@RobinMalfait RobinMalfait enabled auto-merge (squash) May 20, 2025 14:10
@RobinMalfait RobinMalfait merged commit d689bbc into main May 20, 2025
8 checks passed
@RobinMalfait RobinMalfait deleted the fix/combobox-undefined-issue branch May 20, 2025 14:11
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.

3 participants