-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ember-cli deprecation warning: overriding init without calling this.super #128
Comments
I have the same issue. I am not sure, but I think this prevents me to generate pouch-model:
|
@fredguth I'm not sure if the deprecation is responsible for your problem. Seems like |
@mattmarcum or @backspace is one of you up to date with the changes in ember-cli and ember-data? // from
var EmberCliModelBlueprint = require('ember-cli/blueprints/model');
// to
var EmberCliModelBlueprint = require('ember-data/blueprints/model'); |
thanks @fsmanuel and @nolanlawson |
@fredguth if your problem still exists you should open a new issue for the blueprint fix |
As suggested by @fsmanuel in pouchdb-community#128.
As suggested by @fsmanuel in pouchdb-community#128 and pouchdb-community#131.
As suggested by @fsmanuel in pouchdb-community#128 and pouchdb-community#131.
On a fresh project created with ember-cli, after doing
ember install ember-pouch
, this deprecation warning appears:If you look at ember-cli/core-object/pull/37 you'll see an updated wording of this warning which I found much more clear:
ember-pouch still functions the same in every other way, but it's a bit annoying to see that warning every time I use any ember-cli command.
The text was updated successfully, but these errors were encountered: