Error when upgrading from 3.24 to 3.28 when a model has an isValid
property
#7897
Labels
🏷️ bug
This PR primarily fixes a reported issue
isValid
property
#7897
When upgrading an app from 3.24 to 3.28, I saw an error:
(For anyone searching -- in tests, without
No try/catch
checked this presented as mirage failing to start).I tracked this down to an
isValid
computed property defined in Ember classic syntax on a model.Renaming the computed property from
isValid
to anything else removes the error. I have no problem just renaming, but was surprised that the user-definedisValid
interfered with something called by ember-data.The text was updated successfully, but these errors were encountered: