Store IsLoaded flags in proxy for better lazy-loading experience #12780
Labels
breaking-change
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
We currently need to access the state entry to know whether or not a property is loaded. This is problematic when an entity is not tracked or not loaded, since there is no state entry that can be (safely) accessed. Instead, when using proxies the IsLoaded state could be stored in the proxy, so we we know, for example, whether the navigation is loaded already (even if null/empty) and can avoid throwing.
The text was updated successfully, but these errors were encountered: