Skip to content

Commit

Permalink
fix(clerk-expo): Use base-64 package instead of isomorphic from @cler…
Browse files Browse the repository at this point in the history
…k/shared (#2230)

* fix(clerk-expo): Use base-64 package instead of isomorphic from @clerk/shared

* Update curly-parrots-camp.md
  • Loading branch information
octoper authored Nov 29, 2023
1 parent 13db4b4 commit 2b1d767
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 162 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-parrots-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/clerk-expo': minor
---

Use `base-64` package for Expo instead of the isomorphic from `@clerk/shared` due to errors about `Maximum call stack size exceeded` on `global.Buffer`
Loading

0 comments on commit 2b1d767

Please sign in to comment.