You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, it seems that ember data InternalModel is removed, see 4.6 release notes, and since the core and model validators use it, the tests are failing, after updating to ember 4.6.
TypeError: this._internalModel.getRecord is not a function
at n.clearErrors
at n.validate
at Object.<anonymous>
The text was updated successfully, but these errors were encountered:
Unfortunately, it seems that ember data InternalModel is removed, see 4.6 release notes, and since the core and model validators use it, the tests are failing, after updating to ember 4.6.
The text was updated successfully, but these errors were encountered: