Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add client hint to close provider (#3429)
This PR adds a missing client boundary in the close provider file that was causing crashes when used with Turbopack as reported in the Next.js repo: vercel/next.js#68205 ## Test plan Thanks to @richardasymmetric [fantastic repro](vercel/next.js#68205 ) I could check out the example repo and link a tarball build of the updated `@headlessui/react` package to validate that this is enough to resolve the issue. After this change, `next dev` and `next dev --turbo` work in the same way.
- Loading branch information