From efba66d6a4d343ebd14cf3ed182f381a1bb52445 Mon Sep 17 00:00:00 2001 From: markhuot Date: Sun, 29 Oct 2023 07:08:07 -0400 Subject: [PATCH] removing dead code --- src/actions/CompileTwigComponent.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/actions/CompileTwigComponent.php b/src/actions/CompileTwigComponent.php index 453e469..680b632 100644 --- a/src/actions/CompileTwigComponent.php +++ b/src/actions/CompileTwigComponent.php @@ -55,7 +55,6 @@ public function handle($force=false) 'exports' => $exports = new Exports, 'props' => $props = new ComponentData, 'attributes' => new AttributeBag, - 'context' => [], ], $viewMode); $slotNames = $component->getAccessed()->map(fn (SlotDefinition $defn) => $defn->getConfig())->toArray();