Skip to content

Commit

Permalink
Fix creation of dynamic property
Browse files Browse the repository at this point in the history
  • Loading branch information
hslater committed Jan 10, 2024
1 parent 0c27b2f commit 6d4aa62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ComponentManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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] );
Expand Down

0 comments on commit 6d4aa62

Please sign in to comment.