Migrating to Clerk @clerk/ui@1.27.2
Version @clerk/ui@1.27.2 introduces 1 breaking change. This guide details how to update your code.
Released: 7/31/2026
1
Breaking Changes
1
Migration Steps
3
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
<OrganizationProfile /><ClerkProvider />Clerk.load()Breaking Changes
●Issue #1
The `experimental.oidcSelfServe` option is no longer functional and should be removed from `<ClerkProvider />` and `Clerk.load()` as self-serve OIDC configuration is now enabled by default for all applications.
Migration Steps
- 1Remove the `experimental.oidcSelfServe` option from `<ClerkProvider />` and `Clerk.load()`.
Release Summary
Introduced self-serve OIDC configuration for all applications, removing the need for the experimental flag. Updated dependencies to their latest patch versions.
Need More Details?
View the full release notes and all changes for Clerk @clerk/ui@1.27.2.
View Full Changelog