This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(navigation): ignore unknown JS errors when looking for the URL
This should address #841 Ignoring the error and trying again has worked for all of my test cases, and the error has never occurred more than once in a row.
- Loading branch information
0500b2c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!!