filament 3.0.73
getRenderHookScopes does not exist.
vendor/filament/filament/resources/views/components/header/index.blade.php
has anyone else had the same problem?
3 Replies
yes the first vulnerable version is 3.0.73 then index.php has added renderHook
and more details
i have livewire table component this issue coming if in view use
<x-filament::section>
<x-filament-panels::header class="mb-4" :actions="$this->getCachedHeaderActions()">
<x-slot name="heading" >
{{ __('some title') }}
</x-slot>
<x-slot name="subheading">
{{ __('some subheading text') }}
</x-slot>
</x-filament-panels::header>
{{ $this->table }}
<x-filament-actions::modals />
</x-filament::section>
You ran
artisan filament:upgrade
right?yes..
livewire component apparently cannot be used getRenderHookScopes()..
because getRenderHookScopes() is function in BasePage...