What's Changed
Be more specific about which model's ID property is missing in error message by @gwynne in #626
If a model’s
id
property is missing or incorrectly declared, thefatalError()
which is triggered now includes the name of the model in question.
This patch was released by @gwynne
Full Changelog: 1.50.0...1.50.1