@clerk/ui@1.26.0
📦 clerkView on GitHub →
✨ 1 features🐛 1 fixes🔧 4 symbols
Summary
Introduces new composable subcomponents for User and Organization profiles and fixes a bug related to state management in the OrganizationProfileGeneralPanel.
✨ New Features
- Expose composable `UserProfile` and `OrganizationProfile` subcomponents from `@clerk/ui/experimental`.
🐛 Bug Fixes
- Fix `OrganizationProfileGeneralPanel` (from `@clerk/ui/experimental`) throwing "CardState not found" when opening the leave-organization or delete-organization confirmation in its default, no-children page mode. The panel now provides the same root `CardStateProvider` that a mounted `<OrganizationProfile />` supplies.