Skip to content

Commit

Permalink
removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot committed Nov 4, 2023
1 parent a5fe8f3 commit 4c7de03
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/base/ComponentType.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ abstract class ComponentType

protected ?array $_exports = null;

protected ?array $_fieldConfig = null;

protected ?array $_slotConfig = null;

protected array $_accessedSlots = [];

protected ?array $_schema = null;
Expand Down Expand Up @@ -140,7 +136,7 @@ public function getExports($dumb = false): array

$exports = ['exports' => $exports->exports, 'props' => $props];

if ($this->_fieldConfig === null) {
if ($dumb) {
return $exports;
}

Expand Down

0 comments on commit 4c7de03

Please sign in to comment.