miragejs / ember-cli-mirage

An Ember Addon to easily add Mirage JS to your Ember app.
http://ember-cli-mirage.com
MIT License
863 stars 441 forks source link

afterCreate no longer has mirage models #2576

Open RobbieTheWagner opened 6 months ago

RobbieTheWagner commented 6 months ago

After updating from 3.0.0-alpha.3 to 3.0.2 the parameter to afterCreate seems to no longer be a mirage model. It used to have .update as a method on it, and now it does not.

SergeAstapov commented 6 months ago

@RobbieTheWagner could you please confirm you have the same version of miragejs? I believe described behavior has nothing to do with ember-cli-mirage and most likely caused by some changes in miragejs