-
Notifications
You must be signed in to change notification settings - Fork 286
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
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