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,