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

Does not work with ember-hammertime #82

Closed
MondeSameWave opened this issue Sep 30, 2016 · 1 comment
Closed

Does not work with ember-hammertime #82

MondeSameWave opened this issue Sep 30, 2016 · 1 comment

Comments

@MondeSameWave
Copy link

Template does not display component and clicking on menu icon produces the following error

Uncaught Error: Assertion Failed: You cannot use `attributeBindings` on a tag-less component: <action-chat-client@component:freestyle-notes::ember1328>

Template

{{#freestyle-guide
  title='Samewave styleguide'
  subtitle='Living Style Guide'
  }}
  {{#freestyle-section name='Visual Style' as |section|}}
    {{#freestyle-subsection name='Typography' section=section}}
      {{#freestyle-usage 'typography-times' title='Times New Roman'}}
        {{freestyle-typeface fontFamily='Times New Roman'}}
      {{/freestyle-usage}}

      {{#freestyle-usage 'typography-helvetica' title='Helvetica'}}
        {{freestyle-typeface fontFamily='Helvetica'}}
      {{/freestyle-usage}}
    {{/freestyle-subsection}}
  {{/freestyle-section}}
{{/freestyle-guide}}
@MondeSameWave MondeSameWave changed the title Does not work with Ember 2.9 Does not work with ember-hammertime Sep 30, 2016
@MondeSameWave
Copy link
Author

Problem originates from ember-hammertime.

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

1 participant