Skip to content

Commit

Permalink
chore(clerk-expo): Upgrade react-native-url-polyfill from 1.3.0 to 2.…
Browse files Browse the repository at this point in the history
…0.0 (#1773)

* chore(clerk-expo): Upgrade react-native-url-polyfill from 1.3.0 to 2.0.0

* chore(repo): Adds changeset
  • Loading branch information
octoper authored Sep 25, 2023
1 parent e613c04 commit 8c4647a
Show file tree
Hide file tree
Showing 3 changed files with 14,179 additions and 10,840 deletions.
9 changes: 9 additions & 0 deletions .changeset/stupid-tips-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@clerk/clerk-expo': patch
---

The [issue #1680](https://github.com/clerkinc/javascript/issues/1608) has uncovered that the version `1.3.0` of `react-native-url-polyfill` did not had support for Expo Web.

The error was that because we rely on `react-native-url-polyfill/auto`, the would also apply the polyfill if executed on the web, which is not required as the `URL` has support for all modern browsers and there is no need to pollyfill it.

The version of `react-native-url-polyfill` was upgraded from `1.3.0` to `2.0.0` to fix the error.
Loading

0 comments on commit 8c4647a

Please sign in to comment.