Skip to content

Commit d58bf77

Browse files
committed
wip
1 parent 84d33fa commit d58bf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/view/src/Elements/ViewComponentElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function compile(): string
182182
return $default;
183183
}
184184

185-
return $slot->compile();
185+
return $compiled;
186186
},
187187
);
188188

0 commit comments

Comments
 (0)