You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: