Actions on Table Component, unable to locate dynamic-component
Hi,
I'm new to Filament and am bringing it in into an existing app, so haven't installed panels, just Tables and Forms.
I've got my form working, but when I try to create any type of Action on the Table (to edit or even view a resource) I get an error:
I've read the documentation, watched the laracasts videos but everything I do results in this error.
Am I missing something really obvious? As I can't find anything on this error?
1 Reply
I've also tried it with
(as the documentation suggests, but get the same error 😦 )
I've registered the Laravel Dynamic Component in the AppServiceProvider - doesn't feel like a proper fix, but does resolve it.