An issue in calling a Livewire component inside custom field
I am trying to Call a liveware component inside a Filament custom component. but I get in browser console:
the custom Field:
the view filament.import-lesson-material blade:
the liveware component:
the view livewire.create-post blade:
the custom field usage inside filament EditPage:
To be noted:
livewire.js?id=cc800bf4:4493 Uncaught Snapshot missing on Livewire component with id: tKy6aA8eZYpGT01wuW8hthe custom Field:
the view filament.import-lesson-material blade:
the liveware component:
the view livewire.create-post blade:
the custom field usage inside filament EditPage:
To be noted:
- I followed (https://filamentphp.com/docs/3.x/forms/fields/custom) to create a custom field.
- I followed (https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#adding-the-form) to create a liveware component.
- this is a simplified description of my main issue that I already posted before (❓┊helpIssue in using custom component within Repeater)