Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored and jahilldev committed Oct 23, 2024
1 parent a069c90 commit 50f00cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/preactement/src/define.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ function onConnected(this: CustomElement) {
this.__children = children || [];

this.removeAttribute('server');
//this.innerHTML = '';

const response = this.__component();
const renderer = (result: ComponentFactory) => finaliseComponent.call(this, result);
Expand Down

0 comments on commit 50f00cc

Please sign in to comment.