You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/upgrade/src/versions/core-3/changes/ui-themes-export-path.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,5 @@ The `createTheme` theme utility has been moved to a new export path. Update your
14
14
```
15
15
16
16
Note: The `__experimental_` prefix has been removed from the method since they're now in the `/themes/experimental` subpath.
17
+
18
+
The `@clerk/themes` package has been replaced by `@clerk/ui`. The upgrade CLI will automatically remove `@clerk/themes` and install `@clerk/ui` in your dependencies.
0 commit comments