pboivin / filament-peek

Full-screen page preview modal for Filament
MIT License
173 stars 15 forks source link

Issue with Livewire component inside of preview template #100

Closed pboivin closed 1 year ago

pboivin commented 1 year ago
Uncaught (in promise) Component not found: tv0sZYGF9ZCK1PsaYcAN
pboivin commented 1 year ago

Also reported on Discord recently:

pboivin commented 1 year ago

A possible fix is to always use a preview URL instead of rendering through srcdoc. https://github.com/pboivin/filament-peek/blob/2.x/docs/page-previews.md#using-a-preview-url

Not ideal.