You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user.hasLoaded('thisRelationshipDoesntExist')// => "Assertion Failed: You tried to load the relationship thisRelationshipDoesntExist for a user, but that relationship does not exist [ember-data-storefront]"
The error message should reflect that the invalid relationship was accessed over hasLoaded, and not "tried to load".
The text was updated successfully, but these errors were encountered:
The error message should reflect that the invalid relationship was accessed over
hasLoaded
, and not "tried to load".The text was updated successfully, but these errors were encountered: