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 3452436 commit 9f7c9c8Copy full SHA for 9f7c9c8
src/TwigComponent/src/ComponentAttributes.php
@@ -44,7 +44,8 @@ public function __toString(): string
44
),
45
function (string $carry, string $key) {
46
if (
47
- preg_match(self::NESTED_REGEX, $key)
+ str_contains($key, ':')
48
+ && preg_match(self::NESTED_REGEX, $key)
49
&& !preg_match(self::ALPINE_REGEX, $key)
50
&& !preg_match(self::VUE_REGEX, $key)
51
) {
0 commit comments