© 2026 Hedgehog Software, LLC
livewire.js?id=cc800bf4:4493 Uncaught Snapshot missing on Livewire component with id: tKy6aA8eZYpGT01wuW8h
use Filament\Forms\Components\Field; class ImportLessonMaterial extends Field { protected string $view = 'filament.import-lesson-material'; }
@livewire('create-post')
use Livewire\Component; class CreatePost extends Component { public function render() { return view('livewire.create-post'); } }
<div> here we go... </div>
ImportLessonMaterial::make('import_lesson_material')->columnSpan('full')