Fix tracked detection#1087
Conversation
1015971 to
6757066
Compare
|
@pzuraq does this seem logical to you? I don't know about the internals. |
|
@patricklx if this fixes a bug in tracked detection, would it be possible to add a test covering that bug, that would fail before and passes now? |
|
|
|
its not that |
|
Ah, ok, makes sense. I think this is fine for now 👍 |
RobbieTheWagner
left a comment
There was a problem hiding this comment.
If @pzuraq says it is fine, it seems fine to me 👍
call getter directly
Ember.get auto tracks properties is seems, breaking the tracked detection.
So, it marks Getters as tracked, if the getter does not depend on any tracked property,