Skip to content

Commit

Permalink
remove redundancy code
Browse files Browse the repository at this point in the history
  • Loading branch information
wuls committed Jan 21, 2025
1 parent 4e41e48 commit 4b1f8fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/qwik/src/core/shared/component-execution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ function addScriptNodeForInvisibleComponents(
3
);
if (jsx.type === Slot) {
debugger;
return [jsxElement, _jsxSorted(Fragment, null, null, [jsx, jsxElement], 0, null)];
}

Expand Down

0 comments on commit 4b1f8fb

Please sign in to comment.