-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Illegal Constructor for neon-animations and tooltip #2382
Comments
I saw your jsbin, but there are not any error. so where do you use paper-tooltip in? |
@laco0416 Sorry, I have added the tooltip |
I believe this is due to the fact that we are now calling These changes were not intended to be breaking, but we also anticipate |
Simple repro: http://jsbin.com/tofisiweva/edit?html,console,output |
Add beforeRegister; ES6 class must set proto metadata here. Fixes #2382
Im using ES6 with polymer and am using the master branch which includes the latest code to support ES6 - #2329. Have been getting this :
Here is a jsbin illustrating the problem:
http://jsbin.com/hidowozipu/1/edit?html,js,output
The text was updated successfully, but these errors were encountered: