Closed thecrypticace closed 6 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
headlessui-react | ❌ Failed (Inspect) | Apr 26, 2024 4:24pm | ||
headlessui-vue | ❌ Failed (Inspect) | Apr 26, 2024 4:24pm |
Because of a timing issue we were unmounting the portal root when the open portals changed within the same tick. This PR keeps track of how many portals are using a given portal root and makes sure it is not unmounted until there are no more portals using it.
Fixes #3116 Fixes #2933