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
This leads to a test failure for the wrong key having been seen. I noticed this when adding DEBUG symbols in ember-data that attach the record identifier to the record via Symbol. We ended up adding a hack (don't attempt to attach if the record is a Proxy instance) in ember-data to avoid breaking m3's tests for now, but we would like to remove the hack as it will limit our own usage of Proxy.
The text was updated successfully, but these errors were encountered:
This leads to a test failure for the wrong key having been seen. I noticed this when adding DEBUG symbols in ember-data that attach the record identifier to the record via Symbol. We ended up adding a hack (don't attempt to attach if the record is a Proxy instance) in ember-data to avoid breaking m3's tests for now, but we would like to remove the hack as it will limit our own usage of Proxy.
The text was updated successfully, but these errors were encountered: