diff --git a/src/ComponentManager.php b/src/ComponentManager.php index cb3b38f..286dd9b 100644 --- a/src/ComponentManager.php +++ b/src/ComponentManager.php @@ -180,7 +180,6 @@ public function init( $context, $async = false, $exclusivePaths = [] ) { continue; } $this->slotComponentTrees[$slotId] = []; - $this->currentSlot = $slotId; foreach ( $specs as $spec ) { $component = $this->objectFactory->createObject( $spec ); $this->processComponent( $component, $this->slotComponentTrees[$slotId] );