Issue in using custom component within Repeater
- I created a custom page to manage Course content which extends Filament\Resources\Pages\EditRecord.
- Also, I created a custom component called ImportLessonMaterial which extends Filament\Forms\Components\Component
- in it's view filament/import-lesson-material.blade.php I call a liveware component called ImportLessonMaterial which extends Livewire\Component
Uncaught Snapshot missing on Livewire component with id: 7VKNgVgSmdefeGmnuDl9It goes if I remove the custom component from the schema, I'll attach all the related code in this thread.
Thanks!!