P. 443 Error: Assertion Failed: You modified "cryptid" twice

After adding the line

{{sighting.cryptid.name}}

I was getting the above error.
Error: Assertion Failed: You modified “cryptid” twice
Some research revealed that this was caused by a bug in ember-data version 2.14.5
upgrading ember-data (to 2.14.11) fixed the problem

ember install ember-data