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
You can reproduce with your own tests. Just checkout version 14 and run tests.
Uncaught Error: Assertion Failed: You attempted to update `tabIndex` on `SelectBox`, 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.
`tabIndex` was first used:
Stack trace for the update:
at setter (validator.js:833)
at SelectBox.set [as tabIndex] (index.js:3908)
at enable (disabled.js:23)
at receiveDisabled (disabled.js:13)
at new SelectBox (index.js:199)
The text was updated successfully, but these errors were encountered:
robclancy
changed the title
Ember 3.22.0 double compute issue
Ember 3.22.0 double compute issue in version 14.x
Nov 3, 2020
I checked out the 14x tag and updated to Ember 3.22.0. It does output a load of:
DEPRECATION: You attempted to update `tabIndex` on `SelectBox`, 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.
`tabIndex` was first used:
- While rendering:
application
index
select-box
...but all the tests pass.
Do you have any more details for how to make it error, like your example
You can reproduce with your own tests. Just checkout version 14 and run tests.
The text was updated successfully, but these errors were encountered: