-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
0.6.2 breaks ember-inspector component inspector #274
Comments
@XuluWarrior is that fixed if we just pass in an empty to the mixin? if you could issue a PR that would be awesome!! Otherwise I'll look at it a little later. |
I can try that. I haven't looked in any depth, but I was wondering, if the mixin is empty, is it needed? |
Passing empty in to the mixin fixes the issue with ember-inspector |
@XuluWarrior 0.6.3 has been released with this fix. Thanks for the PR! :) |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Changes in c016731 made
mixins/style-namespacing-extras.js
an empty mixin.When inspecting a component using the magnifying glass and clicking on the component name, this causes a call stack in ember-inspector in
propertiesForMixin(mixin)
where it expects all mixins to have a mixins array.You can see the behaviour when running https://github.com/XuluWarrior/ember-component-css-test
The text was updated successfully, but these errors were encountered: