Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: setAuthFromQueryParams checks for window var (rethinkdb#770)
* Fix, setAuthFromQueryParams() compatible with React Native (android) `window` exists on Android but does not have a `location` property, so it’s necessary to check that `window.location` is not null. * TMP fix for client to work in React Native (breaks the CLI) * Revert "TMP fix for client to work in React Native (breaks the CLI)" This reverts commit 8b62b2d.
- Loading branch information