Search code examples
polymer

Uncaught DOMException Failed to execute 'define' Polymer


Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': "undefined" is not a valid custom element name...

My Custom Element is named resume-app Someone mentioned on a different post that that may be the reason why it failed so I am wondering what else I could have done wrong?

The webpage loads all the elements correctly just the console is littered with these exceptions.


Solution

  • Reinstalling the webcomponents package, older versions are not supported.