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

Dummy app failures #63

Open
oliverlangan opened this issue Feb 2, 2022 · 0 comments
Open

Dummy app failures #63

oliverlangan opened this issue Feb 2, 2022 · 0 comments

Comments

@oliverlangan
Copy link
Contributor

While adding tests to #62, I saw that the dummy app demo is broken. It fails with TypeError: undefined is not an object (evaluating 'this.args.model')

The initial issue appears to be within tests/dummy/app/controllers/application.js, which references this.args.model rather than this.model.

However, fixing that exposes a deeper problem: Error: Assertion Failed: You attempted to update isCheckedon(unknown object), but it had already been used previously in the same computation..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant