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

j-card does not seem to work out of the box. #1

Closed
Peppe opened this issue Mar 27, 2018 · 1 comment
Closed

j-card does not seem to work out of the box. #1

Peppe opened this issue Mar 27, 2018 · 1 comment

Comments

@Peppe
Copy link

Peppe commented Mar 27, 2018

I added j-card to my app:

<link rel="import" href="../../bower_components/j-elements/j-card.html">
...
<j-card>hello</j-card>

Then I checked the browser. J-card did not visually add anything. In the console there's an error:

Uncaught TypeError: Vaadin.ThemableMixin is not a function
    at j-card.html:198
    at j-card.html:265

and the row 198 is:

class CardElement extends Vaadin.ThemableMixin(Polymer.Element) {
@jouni
Copy link
Owner

jouni commented Mar 27, 2018

Thanks for the report!

Fixed in 790b262 and 82018fc (I had forgotten a bunch of imports).

@jouni jouni closed this as completed Mar 27, 2018
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