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

null.injectStyles #43

Closed
RyanHirsch opened this issue Sep 4, 2014 · 3 comments
Closed

null.injectStyles #43

RyanHirsch opened this issue Sep 4, 2014 · 3 comments

Comments

@RyanHirsch
Copy link

After making the changes described in #42 I was able to get my build to pass, however, when I use a {{em-tabs}} I am getting the following stack trace.

TypeError: undefined is not a function
    at null.injectStyles (http://localhost:4200/assets/vendor.js:62797:32)
    at applyStr (http://localhost:4200/assets/vendor.js:32529:34)
    at sendEvent (http://localhost:4200/assets/vendor.js:27629:13)
    at __exports__.default.Mixin.create.trigger (http://localhost:4200/assets/vendor.js:44786:9)
    at apply (http://localhost:4200/assets/vendor.js:32518:27)
    at superFunction [as _super] (http://localhost:4200/assets/vendor.js:29014:15)
    at EmberObject.extend.trigger (http://localhost:4200/assets/vendor.js:53828:21)
    at apply (http://localhost:4200/assets/vendor.js:32518:27)
    at superWrapper [as trigger] (http://localhost:4200/assets/vendor.js:32095:15)
    at EmberRenderer.Renderer.willInsertElement (http://localhost:4200/assets/vendor.js:52381:32)

When looking at my vendor.js I am able to see the ic-styled code which is adding the injectStyles to Ember.Component and am at a loss for what to do.

$ ember -v
version: 0.0.42
node: 0.10.31
npm: 1.4.24

@asaf
Copy link
Contributor

asaf commented Sep 15, 2014

does it fail in the 'lookupStyleComponent' method? of ic-styled ?

@RyanHirsch
Copy link
Author

Yes, this issue was solved by updating ic-styled to 0.2.0

@asaf
Copy link
Contributor

asaf commented Sep 23, 2014

I'll upgrade to ic-styled 0.2.0

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

No branches or pull requests

2 participants