Closed RobinMalfait closed 1 month ago
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 | Oct 8, 2024 9:11pm |
headlessui-vue | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 8, 2024 9:11pm |
This PR fixes an issue where a
Maximum update depth exceeded
error occurs if you useas={Fragment}
in theListboxOptions
component.This PR also includes a refactor to make sure this exact issue cannot happen anymore in other components.
Fixes: #3507