Skip to content
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

fix: apply included function with arguments instead of app #106

Merged
merged 1 commit into from
Dec 28, 2018

Conversation

makepanic
Copy link
Contributor

This is the "recommended" way as seen in https://ember-cli.com/extending/#addon-entry-point .

I'm opening this PR as this._super.included(app) it causes some issues with ember-decorators and the next ember-cli-typescript version.
This will prevent others from having to dive in on why this happens if you try to port your addon to use these addons.

This is the "recommended" way as seen in https://ember-cli.com/extending/#addon-entry-point .

I'm opening this PR as `this._super.included(app)` it causes some issues with ember-decorators and the next ember-cli-typescript version. 
This will prevent others from having to dive in on why this happens if you try to port your addon to use these addons.
@toranb toranb merged commit b4fcc35 into adopted-ember-addons:master Dec 28, 2018
@toranb
Copy link
Collaborator

toranb commented Dec 28, 2018

Thanks for the proactive work here!

@toranb
Copy link
Collaborator

toranb commented Dec 29, 2018

Published to npm as v1.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants