以下のように特定の Element を Polymer で拡張しようとすると、次のようなエラー メッセージが表示されます。
@CustomTag('click-counter')
class ClickCounter extends CanvasElement with Polymer {
// something
}
Breaking on exception: Unsupported operation: Class must provide extendsTag if base native class is not HTMLElement
どうすれば修正できますか?