Skip to content

Commit

Permalink
fix(clerk-js): Fix failing build due to localization keys DeepPartial (
Browse files Browse the repository at this point in the history
…#2207)

* fix(clerk-js): Fix failing build due to localization keys DeepPartial

* Create early-tomatoes-hide.md
  • Loading branch information
dimkl authored Nov 24, 2023
1 parent 627cb94 commit e42740e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/early-tomatoes-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { enUS } from '@clerk/localizations';
import type { DeepRequired } from '@clerk/types';

export const defaultResource = enUS;
export const defaultResource = enUS as DeepRequired<typeof enUS>;

0 comments on commit e42740e

Please sign in to comment.