We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using ember version 2.11.0+ (ember-cli version 2.11.0)
ember
2.11.0+
ember-cli
2.11.0
Uncaught TypeError: Can't add property 0, object is not extensible thrown by https://github.com/softlayer/sl-ember-components/blob/master/addon/mixins/class-prefix.js#L26
Uncaught TypeError: Can't add property 0, object is not extensible
this.classNames.push( this.getComponentClassName() ); in addon/mixins/class-prefix.js
this.classNames.push( this.getComponentClassName() );
The text was updated successfully, but these errors were encountered:
Closes #1683
4c69eb6
notmessenger
No branches or pull requests
When using
ember
version2.11.0+
(ember-cli
version2.11.0
)Uncaught TypeError: Can't add property 0, object is not extensible
thrown by https://github.com/softlayer/sl-ember-components/blob/master/addon/mixins/class-prefix.js#L26this.classNames.push( this.getComponentClassName() );
in addon/mixins/class-prefix.jsThe text was updated successfully, but these errors were encountered: