-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[BUGFIX] reset previously failed linked async belongs-to now works #7554
Conversation
Asset Size Report for acc850e IE11 Builds EmberData increased by -39.0 B (+43.0 B compressed) which is within the allowed tolerance of 75 bytes uncompressedWarningsChangeset
Full Asset Analysis (IE11)
Modern Builds EmberData increased by -39.0 B (+21.0 B compressed) which is within the allowed tolerance of 75 bytes uncompressedWarningsChangeset
Full Asset Analysis (Modern)
Modern Builds (No Rollup) EmberData increased by -39.0 B (+15.0 B compressed) which is within the allowed tolerance of 75 bytes uncompressedWarningsChangeset
Full Asset Analysis (Modern)
|
Performance Report for acc850e Scenario - materialization:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall lgtm, have one small test change I'd like to make but I'll add it inline.
packages/-ember-data/tests/acceptance/relationships/belongs-to-test.js
Outdated
Show resolved
Hide resolved
packages/-ember-data/tests/acceptance/relationships/belongs-to-test.js
Outdated
Show resolved
Hide resolved
…elationship to error state from API
resolves #6867
closes #6874
Thank you again @runspired for this quick (and dirty 😅 ) pairing session