Not sure if this is intended, but livewire components aren't working. ``` {{ view(["template" => "<livewire:my-component />"], ["test" => "ABC"]) }} ``` I am getting "Undefined variable: _instance". Same livewire component inside a regular blade.php template is working.