mswjs / data

Data modeling and relation library for testing JavaScript applications.
https://npm.im/@mswjs/data
MIT License
829 stars 52 forks source link

Fix simultaneous updates of multiple properties in "updateEntity" #136

Closed yethee closed 3 years ago

yethee commented 3 years ago

This PR fixes issue, when changes of regular properties are lost on update both properties and relations.

kettanaito commented 3 years ago

Hey, @yethee. Thank you for spotting and fixing this!

I might have collaterally solved this issue in #135, let me run the test against the latest head and see how it goes.