Error: More Context Objects Passed
Open
bug
Has Reproduction
Routing
- Dominant language
- TypeScript
- Stars
- 22.6k
- Forks
- 4.2k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 15
Description
There is a bug in Ember >= 3.6.0 where if you synchronously throw an error in a route hook you will see this mysterious error message instead of the actual error:
```
Error: More context objects were passed than there are dynamic segments for the route: error
```
There seems to be a bug in router.js that includes the error object as part of the contexts array.
Contributor guide
Assessment
This issue has not been assessed yet.