Relation manager, CreateAction modal: Livewire Exception
Laravel: 12.34.0
Filament: 4.1.8
I have CreateAction of relation manager that works on modal.
I get:
Livewire\Exceptions\RootTagMissingFromViewException
Livewire encountered a missing root tag when trying to render a component. When rendering a Blade view, make sure it contains a root HTML tag.
Is this a bug?
How to solve?
4 Replies
This only happens after clicking the
CreateAction?yep, I have tried only create
Hm. Very weird. Did you overwrite any view page? Any custom code here?
Could you create a minimal repo on Github to reproduce this issue?