-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
currently, notifyOnChangeProps defaults to undefined, but many people have already stated that the tracked version would be what they'd see as "expected"
also: remove notifyOnChangePropsExclusion
The inverse array doesn't really give you much given that you can just use tracked queries. Also, it "breaks" every time we add a new property that changes often.
For example, we have recently added a isRefeching computed flag to the queryResult, and since this is based on isFetching, people that have excluded isFetching would now get their re-renders again.
arnaudbzn