Skip to content

Commit

Permalink
Use "get" instead of "has" for checking searchParams (#2113)
Browse files Browse the repository at this point in the history
Fix #2072

Not all implementations of JS have the `has(name, value)` syntax
  • Loading branch information
KyleAMathews authored and thruflo committed Dec 10, 2024
1 parent 6cd5c4a commit 2c13baa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/modern-poets-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@electric-sql/client": patch
---

Use "get" instead of "has" for checking searchParams

Not all implementations of JS have the has(name, value) syntax e.g. Expo.

0 comments on commit 2c13baa

Please sign in to comment.