Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(query-sync-storage-persister): Relax undefined check against stor…
…age to handle null values Fixes #4957. On Android WebView if `setDomStorageEnabled` is not configured, `window.localStorage` will be `null` (rather than `undefined`). Relax the existing conditional to check if `storage` is present to handle both `null` and `undefined` values to remove a gotcha here.
- Loading branch information