Skip to content

Error #3

@fmcdev

Description

@fmcdev

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions