contactlab / contactlab-ui-components

DEPRECATED - Basic UI components for ContactLab UX design pattern library
http://contactlab.github.io/contactlab-pattern-library
Apache License 2.0
30 stars 8 forks source link

Uncaught TypeError: Cannot read property '__mixinSet' of undefined #202

Closed irsooti closed 6 years ago

irsooti commented 6 years ago

Hello, in advance, great work with the library!

I encountered some issues importing your hybrid library in version 3.0.0-pre.12. Client side, the error is like the following:

image

In order to avoid the error I've just replaced your original import syntax:

import { Element as PolymerElement } from '@polymer/polymer/polymer-element';

in:

import { PolymerElement } from '@polymer/polymer/polymer-element

It seems to work properly now, but it might be some side effects? Thanks

moebiusmania commented 6 years ago

hi @irsooti , the error you are reporting is given by the latest update in Polymer 3 pre-release (details here https://www.polymer-project.org/blog/2018-03-23-polymer-3-latest-preview.html ) which have some breaking changes like the import definition. So basically, this library just hasn't been tested with it yet :sunglasses: .

StefanoMagrassi commented 6 years ago

closed by #203