Uncaught Component not found: ZiDQAMw3OYffmVpGcWHd
Good morning ! I have a card.blade.php (card.blade.php is a view of my laravel project) page in which I call the <livewire:forms.card /> component. card.blade.php calls form.card (livewire component) which itself calls forms.deck (livewire component) in a modal. When I click on the component button <livewire:forms.card /> to launch the save() method of this component, the method does not work not and I get an error: Uncaught Component not found: N9JVAWjtFof60X6hCH97 but when I comment out the <livewire:forms.deck /> component the save() method is launched normally. I would like to avoid this behavior, how can I do it please?
Please or to participate in this conversation.