Skip to content

Commit 45ac814

Browse files
committed
Update build
1 parent d017c6e commit 45ac814

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/dev/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ module.exports = {
4848
}
4949

5050
static get observedAttributes() {
51-
return Object.values(this.extractAttributes);
51+
if(!this.extractAttributes) {
52+
debugger;
53+
return Object.values(this.extractAttributes);
54+
}
55+
return [];
5256
}
5357

5458
connectedCallback() {

src/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)