Skip to content

Commit d1a563f

Browse files
authored
Default useComputedProperties to False (rappasoft#1869)
1 parent 8eafffe commit d1a563f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/ComponentUtilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ trait ComponentUtilities
4545

4646
protected array $extraWithAvgs = [];
4747

48-
protected bool $useComputedProperties = true;
48+
protected bool $useComputedProperties = false;
4949

5050
/**
5151
* Set any configuration options

0 commit comments

Comments
 (0)