diff --git a/.changeset/modern-poets-film.md b/.changeset/modern-poets-film.md new file mode 100644 index 0000000000..e844ad9aa0 --- /dev/null +++ b/.changeset/modern-poets-film.md @@ -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.