-
Notifications
You must be signed in to change notification settings - Fork 6
Description
As soon as running a custom element containing , this error raised up:
Uncaught SyntaxError: Failed to execute 'registerElement' on 'Document': Registration failed for type 'undefined'. The type name is invalid.
window.Polymer @ polymer-micro.html:65
(anonymous function)@ disqus-comments.html:38
(anonymous function) @ disqus-comments.html:156
(function () {
'use strict';
Polymer({ --->row 38
....
}
});
})(); --->row 156
Also... seems your component is not upgraded to Polymer 1.0.0... infact you use tag "polymer-element" instead of "dom-module", despite in github is written a 1.0 update has been made.
Can you please fix/update the component?
Thanks very much, best regards.
UPDATE: bower install disqus-comments --save installs the old version!!! I replaced the installed files with the ones downloaded and extracted from the zip file and the component works very well!