We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8623c61 commit 9a481c4Copy full SHA for 9a481c4
src/TwigComponent/src/ComponentFactory.php
@@ -92,7 +92,7 @@ public function mountFromObject(object $component, array $data, ComponentMetadat
92
93
$this->mount($component, $data, $componentMetadata);
94
95
- if (!$componentMetadata->isAnonymous()) {
+ if (true || !$componentMetadata->isAnonymous()) {
96
// set data that wasn't set in mount on the component directly
97
foreach ($data as $property => $value) {
98
if ($this->propertyAccessor->isWritable($component, $property)) {
0 commit comments