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

add this._super call to included hook plugin doc #732

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

fivetanley
Copy link
Contributor

Not calling this._super in the included hook causes other build issues (at least when developing an addon)
and seems to be the recommended practice in the docs as well:

https://cli.emberjs.com/release/writing-addons/in-repo-addons/#broccolibuildoptionsforinrepoaddons

Not calling `this._super` in the `included` hook causes other build issues (at least when developing an addon)
and seems to be the recommended practice in the docs as well:

https://cli.emberjs.com/release/writing-addons/in-repo-addons/#broccolibuildoptionsforinrepoaddons
@ef4 ef4 merged commit c69c8fb into ember-cli:master Oct 14, 2021
@ef4
Copy link
Contributor

ef4 commented Oct 14, 2021

Thanks!

@ef4 ef4 added the bug label Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants