Skip to content
New issue

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

Handle api explorer routing error #12354

Merged
merged 2 commits into from Aug 19, 2021
Merged

Handle api explorer routing error #12354

merged 2 commits into from Aug 19, 2021

Commits on Aug 18, 2021

  1. Handle api explorer routing error

    - For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
    - As a fix treat this particular error as success since it doesn't interfere in the routing
    - Reference: emberjs/ember-test-helpers#332
    arnav28 committed Aug 18, 2021
    Copy the full SHA
    75fdf8f View commit details
    Browse the repository at this point in the history
  2. Added changelog

    arnav28 committed Aug 18, 2021
    Copy the full SHA
    24104da View commit details
    Browse the repository at this point in the history