You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am having an issue with the latest ember-cli-typescript and ember-component-css. I'm getting a
Cannot set property styleNamespace of [object Object] which has only a getter
Sometimes a person needs to use the styleNamespace attribute within, for example, a computed properties of the component, and it's therefore useful to define styleNamespace: string within the class so that TypeScript can type-check it properly. This, however, results in the above error.
Any ideas?
The text was updated successfully, but these errors were encountered:
Hello. I am having an issue with the latest
ember-cli-typescript
andember-component-css
. I'm getting aSometimes a person needs to use the
styleNamespace
attribute within, for example, a computed properties of the component, and it's therefore useful to definestyleNamespace: string
within the class so that TypeScript can type-check it properly. This, however, results in the above error.Any ideas?
The text was updated successfully, but these errors were encountered: