nextui/.changeset/sharp-planes-reply.md
Junior Garcia eccc2f2f3d
fix(core): export * from not supported on client components (#2789)
* fix(core): export * from not supported on client components

* fix(core): named exports implemented in several packages

* chore(root): changeset description
2024-04-18 16:19:48 -03:00

10 lines
287 B
Markdown

---
"@nextui-org/react": patch
"@nextui-org/system": patch
"@nextui-org/aria-utils": patch
"@nextui-org/framer-utils": patch
"@nextui-org/react-utils": patch
---
Fix #2749 Introduced named exports for several UI-related packages to enhance modularity and usability in Next.js projects.