-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Better autotracking support? #492
Comments
I see lack of autotracking support when I define a getter on a changeset which needs to be invalidated when one of the underlying root state properties changes. |
We explicitly reset changes when we know about them, thus allowing us to use plain old |
No, it is not outside. Will try to make a test for the issue I'm experiencing. |
#495 illustrates the issue |
ref #455 |
I think the uniqueness of my use case is validating a derived state vs root state validated in #456. |
I see that this addon tries to support autotracking but there is a mixed approach:
@tracked _changes
and notifyPropertyChange.Perhaps we should use TrackedObject from https://github.com/pzuraq/tracked-built-ins in order to properly support autotracking?
The text was updated successfully, but these errors were encountered: