Fix2.4.22
Fix appearance option TypeScript errors for theme, variables, and elements
Fixed a TypeScript error that incorrectly rejected valid appearance properties like theme, variables, and elements with a "does not exist in type Appearance" message. This also resolves the same issue in @clerk/nuxt which derives options from @clerk/vue.
Patch Changes
-
Fix the
appearanceoption rejecting valid properties such astheme,variables, andelementswith a "does not exist in typeAppearance<Ui>" TypeScript error. This also affects@clerk/nuxt, which derives its module options from@clerk/vue. (#9281) by @BobbyLin23 -
Updated dependencies [
aaea141]:- @clerk/shared@4.25.10
typescriptvueappearancenuxttypes
Source: original entry ↗