I’m using Ember 1.13.4 & Ember data 1.13.5 with Ember CLI. I am using the default JsonApiAdapter & serializer & noticed that when I use the DS.EmbeddedRecordsMixin with the serializer although I get the “included” key in the payload the “attributes” key contains all null values & instead the attributes appear at the root of the payload. This invalidates the json-api format.
Should the mixin actually work with json-api or should I avoid it?
Thanks.