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 25, 2024 1:50pm |
headlessui-vue | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 25, 2024 1:50pm |
This PR fixes an issue where
@headlessui/react
was not compatible with React 19.We made sure that accessing
ref
s is safe and works in React 18 and React 19. We also made sure to include React 19 as a valid version in the peer dependencies. For now, we also allowed the RC versions of React and React DOM.