ecwyne / meteor-polymer

Meteor smart package for Google's opinionated web component framework 'Polymer'

Home Page:https://atmospherejs.com/ecwyne/polymer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': Nodes of type 'HTML' may not be inserted inside nodes of type '#document'.

greyarch opened this issue · comments

Does this work with Meteor 0.9.0.1? I followed the steps, but I am getting "Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': Nodes of type 'HTML' may not be inserted inside nodes of type '#document'." in Chrome.

Same here...

@greyarch I've got it working by updating the package to Polymer 0.4.0 and changing the packaging syntax to the new Meteor 0.9.0 one.
Here is the pull request:
#7
You can use the fork in the meantime

Hey @Urigo, did you try it on 0.9.1. I am not sure what I am doing wrong, but I cannot get it to work.

Maybe you can upload a sample project? It would be very helpful :)

@greyarch I happened to a few of us on the team with the same code..
Try to clear all cache, including chorme's one!

Merged #7 to fix this. Thanks @Urigo!

I've just had the same problem and surprisingly found that this was the cause:
image
(Notice the capital 'C'... once changed it to lower all was fixed!)