More progress removing prototype extensions#2601
Conversation
|
it looks like computed.x are incompatible with tracked array. e.g. computed.and in |
@patricklx I am not sure I understand. What is the fix here? I do not see tracked arrays in that controller. |
The model is a tracked array. The fix is to use getters instead of computed |
|
@patricklx I updated, but it's got a new error Removing the |
752f402 to
068d8f9
Compare
|
computed.filter should also be replaced with getter. |
|
@patricklx do you mean |
|
@patricklx do you think this is good to merge now or did you see anything else we needed to tweak? |
there are still some errors like |
|
@patricklx yeah, this PR is not meant to fix all errors, just a stepping stone. |
Description
Screenshots