Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Service cannot be used before helper failing test
- When `fileQueue` service is used _before_ `(fileQueue)` helper, then app fails with: ``` ember.js:626 Uncaught (in promise) Error: Assertion Failed: You attempted to update `_value` on `TrackedStorageImpl`, but it had already been used previously in the same computation. Attempting to update a value after using it in a computation can cause logical errors, infinite revalidation bugs, and performance issues, and is not supported. `_value` was first used: - While rendering: -top-level application index (unknown template-only component) (result of a `unknown` helper) (result of a `unknown` helper) (result of a `unknown` helper) false.files ``` - This PR is just to document the issue described in adopted-ember-addons#1085
- Loading branch information