F
Filament2mo ago
Ali

Weird errors

After upgrading my project to v4 i added a modal into my blade component and when i load the page i get these error under the console also after i click on the button that triggers the modal i get the errors << VM3406 livewire.js:1127 Uncaught ReferenceError: isOpen is not defined at eval (eval at safeAsyncFunction >> and << VM3422:3 Uncaught (in promise) ReferenceError: isOpen is not defined at eval (eval at safeAsyncFunction >>
No description
No description
4 Replies
LeandroFerreira
LeandroFerreira2mo ago
it looks ok on my end
<x-filament::modal>
<x-slot name="trigger">
<x-filament::button>
Open modal
</x-filament::button>
</x-slot>

Modal content
</x-filament::modal>
<x-filament::modal>
<x-slot name="trigger">
<x-filament::button>
Open modal
</x-filament::button>
</x-slot>

Modal content
</x-filament::modal>
No description
Ali
AliOP2mo ago
Is there a debugging process i can follow ? i re followed all the upgrading steps + the installation steps but no good
LeandroFerreira
LeandroFerreira2mo ago
double check the upgrade section I did a video tutorial on YT (pt), If you want to take a look
Filament Brasil
YouTube
Upgrade do Filament v3 para o v4 Beta #filament #laravel #livewire
Neste vídeo, vou te mostrar como atualizar seu projeto do Filament v3 para a nova versão 4 beta oficial, passo a passo e sem complicação. Espero que tenha gostado do vídeo de hoje e, se curtiu, segue a gente nos outros canais para tirar suas dúvidas: Participe da nossa comunidade Filament Brasil. Entre nos nossos grupos de whatsapp e dis...
Ali
AliOP2mo ago
Ill watch it right now, ill keep this thread open until i find a solution, thanks !

Did you find this page helpful?