From 6102e8a7421f26347f9b717c0580b4b9eb9c776c Mon Sep 17 00:00:00 2001 From: Filip Ganyicz Date: Sun, 26 Jul 2026 18:21:25 +0200 Subject: [PATCH] Fix blaze compatibility --- src/Precompilers/ExtractFragments.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Precompilers/ExtractFragments.php b/src/Precompilers/ExtractFragments.php index 380dcdb..355bbf0 100644 --- a/src/Precompilers/ExtractFragments.php +++ b/src/Precompilers/ExtractFragments.php @@ -132,6 +132,7 @@ public static function componentArguments(array $definedVars): array '__livewire' => null, '__path' => null, '__split' => null, + '__blaze' => null, '_instance' => null, 'app' => null, 'component' => null,