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
The component itself works fine, but when i try to add new unit, or new lesson in the main page I face an issue that says Uncaught Snapshot missing on Livewire component with id: 7VKNgVgSmdefeGmnuDl9

It goes if I remove the custom component from the schema, I'll attach all the related code in this thread.

Thanks!!
Was this page helpful?