pagefront / ember-pagefront

Official Pagefront Ember Addon
MIT License
13 stars 7 forks source link

Deprecation warning in Ember 2.x apps #13

Closed balinterdi closed 8 years ago

balinterdi commented 8 years ago

If ember-pagefront runs in an Ember 2 app (Ember 2.2.0, to be precise), the following deprecation warning is printed to the console:

The initialize method for Application initializer 'pagefront-beacon' should take only one argument - App, an instance of an Application

jasonkriss commented 8 years ago

@balinterdi Which version of ember-pagefront are your using? This should be fixed in the latest version 0.10.10. Let me know if that isn't the case though. Thanks!

balinterdi commented 8 years ago

Turns out I'm still using 0.8.5. I'll update to the latest version and report back if that's still an issue (or close this issue if it is not). Thank you.

jasonkriss commented 8 years ago

Awesome. Thanks a lot @balinterdi !

balinterdi commented 8 years ago

The latest version works perfectly, without deprecation warnings. Thank you.

jasonkriss commented 8 years ago

Awesome! Thanks for following up @balinterdi.