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 549f8b5 commit ce6157dCopy full SHA for ce6157d
src/TwigComponent/src/HasAttributesTrait.php
@@ -35,7 +35,7 @@ public function preMountAttributes(array $data): array
35
return $data;
36
}
37
38
- #[PostMount]
+ #[PostMount(priority: -1000)]
39
public function mountAttributes(array $data): array
40
{
41
$attributes = array_merge($data['_attributes'], $data);
0 commit comments