You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught 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.
Issue Summary
Reading array.length then calling array.push() yields an error about updating a value after using it in a computation.
Steps to Reproduce
Minimal repro:
Error when component tries to load:
Technical details
tracked-built-ins@3.2.0
ember-source@4.11.0
Supporting information
This may have some relation to #29
The text was updated successfully, but these errors were encountered: