-
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
TemplateBinding.js Uncaught HierarchyRequestError #688
Comments
Do you have a JSBin or a reduced test case you could post somewhere so we can take a look? |
Hmmm... I can try and make a JSBin reduced test case. Anyways here is the WebComponents repo with the component, and I try to use the component in this project websync. If I can't manage to make a JSBin reduced test case, you can maybe try and clone websync and run it up and see if you get the same error? I could make a branch with the faulty changes so you could easily test it.... |
If you guys could just check out websync and checkout the branch feature/scheduler you would sit with the exact same code as me and could test it. It feel it will be hard to reproduce in a JSBin. |
I got it working, I am not sure what caused the issue... I had a code snippet inserting some google analytics code at the top of the head tag right above platform.js, maybe that was it... Other then removing it I don't see how any of my other few changes may have had anything else to do with it. |
I have this same problem. Everything worked fine until I used vulcanizer on my app |
+1 with @zdarovka I am having the same issue now that I am vulcanizing |
Still having this problem. |
This error occurs when I try to import a component i have made like this.
In the
<head>
tag ofindex.html
the first script tag isDeveloping the component went just fine but when I want to use it in an AngularJS project I have, this error occured.
The text was updated successfully, but these errors were encountered: