WebReflection / document-register-element

A stand-alone working lightweight version of the W3C Custom Elements specification
ISC License
1.13k stars 116 forks source link

Uncaught TypeError: Super expression must either be null or a function, not object #130

Closed northkode closed 6 years ago

northkode commented 6 years ago

when using the extends and HTMLCustomElement method i get an error of

Uncaught TypeError: Super expression must either be null or a function, not object

northkode commented 6 years ago

nevermind.. it was my mistake not exporting the class