This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
[doc] Common error, forgetting _super in included #11
Comments
Ya, we can even check their index.js upon installation to confirm... |
👍 all for adding it, it should be |
I only meant to point out the need to call |
|
can this be added to the ember linting? |
I think the eslint-plugin-ember is only for js source files that get bundled into the app, and not for node source files. :/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Over the past couple of weeks, I've worked with a few people to get JS decorators working in existing ember addons. The most common setup snag that people hit was forgetting to call
this._super
in an existingincluded()
hook.We may want to add a note about this in the docs, to ensure that getting set up is as easy as possible.
The text was updated successfully, but these errors were encountered: