@heroui/system-rsc@2.3.23
heroui-inc/heroui@heroui/system-rsc@2.3.23Feb 13, 2026by github-actions[bot]
AI Summary
This is a patch release focused on fixing critical rendering and inheritance issues within React Server Components (RSC), specifically concerning variant metadata and the 'as' prop.
Key Highlights
- Fixed 'extendVariants' to correctly inherit variant metadata from base components
- Fixed rendering of components utilizing the 'as' prop
- Patch release for system-rsc package
Full Release Notes
### Patch Changes - [#6215](https://github.com/heroui-inc/heroui/pull/6215) [`e1b3453`](https://github.com/heroui-inc/heroui/commit/e1b34537ebc8fec0e7ffa45bc43ad8e52a510d18) Thanks [@ITBoomBKStudio](https://github.com/ITBoomBKStudio)! - Fix `extendVariants` to correctly inherit variant metadata from the base component & fix rendering of components that use 'as' prop