We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As part of the Ember 3.20 and related dependency upgrades, the existing error instanceof AbortError check became insufficient.
error instanceof AbortError
With some research, I think we can find a new way to handle this issue with a single conditional.
nomad/ui/app/adapters/watchable.js
Lines 58 to 68 in 4e0e33e
Introduced in #9912
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As part of the Ember 3.20 and related dependency upgrades, the existing
error instanceof AbortError
check became insufficient.With some research, I think we can find a new way to handle this issue with a single conditional.
nomad/ui/app/adapters/watchable.js
Lines 58 to 68 in 4e0e33e
Introduced in #9912
The text was updated successfully, but these errors were encountered: