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

split layout can't be extended #77

Closed
UrsKipfer opened this issue Aug 30, 2017 · 1 comment
Closed

split layout can't be extended #77

UrsKipfer opened this issue Aug 30, 2017 · 1 comment
Assignees

Comments

@UrsKipfer
Copy link

UrsKipfer commented Aug 30, 2017

I tried to extend the element but then I get an Error/Warning.
class MySplitLayout extends Vaadin.SplitLayoutElement {
static get is() { return 'my-split-layout'; }
........

I get: Could not find style data in module named my-split-layout-default-theme

The problem seems to be the line 17 of themable-mixin because this.is is is now the name of my element.

@tomivirkki
Copy link
Member

Thanks for reporting, fix in vaadin/vaadin-themable-mixin#18

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

3 participants