Change8

Migrating to Clerk @clerk/shared@4.25.10

Version @clerk/shared@4.25.10 introduces 1 breaking change. This guide details how to update your code.

Released: 7/31/2026

1
Breaking Changes
1
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

<OrganizationProfile />`experimental.oidcSelfServe`<ClerkProvider />Clerk.load()

Breaking Changes

Issue #1

The `experimental.oidcSelfServe` option is no longer functional and should be removed from `<ClerkProvider />` and `Clerk.load()`.

Migration Steps

  1. 1
    Remove 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. Existing OIDC connections will now open their configuration steps directly.

Need More Details?

View the full release notes and all changes for Clerk @clerk/shared@4.25.10.

View Full Changelog