Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle suggested token resolved elsewhere (#8910)
When a suggested token was resolved in a different window, the popup or notification UI could get stuck with an empty suggested token list, where either action would throw an error. This case is now handled by either redirecting or closing the window, in the popup and notification cases respectively. This check is performed on both component mount and update.
- Loading branch information