Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(fix-test-helpers): fix Symbol.observable refernce for Safari 8 (#…
…2109) This fix is related to saucelabs tests failign in Safari 8. The suspicion is that it is a problem with the fact a line of code was using `Symbol.observable` directly instead of `56526symbolObservable` since we're no longer polyfilling `Symbol.observable` unless `Symbol` exists properly. Might also be related to `symbol-observable` dependency.
- Loading branch information