Using the new Map reducer, creating a record with a cid via createStart and running createSuccess with the new record data and the cid results in a record empty save for a _cid property.
This looks like a typo and a missed test (merging into the record's key rather than the record), so I added a test to confirm and fixed. Let me know if I've missed something here.
Thanks for the Map reducers, I'd forked your repository and added the same functionality with a view to a PR but the new Typescript implementation is much nicer.
Using the new Map reducer, creating a record with a cid via createStart and running createSuccess with the new record data and the cid results in a record empty save for a _cid property.
This looks like a typo and a missed test (merging into the record's key rather than the record), so I added a test to confirm and fixed. Let me know if I've missed something here.
Thanks for the Map reducers, I'd forked your repository and added the same functionality with a view to a PR but the new Typescript implementation is much nicer.