Level 16
Jan 15, 2025
1
Level 1
Quill.js not working with Livewire 3 wire:navigate in Laravel 11 SPA
I'm using Laravel 11 with Livewire 3 and implementing SPA (Single Page Application) behavior using the wire:navigate directive. However, I'm facing an issue with Quill.js:
- When I navigate between pages using wire:navigate, Quill.js doesn't initialize or work properly.
- If I manually reload the page or remove the wire:navigate directive, Quill.js works as expected.
What I've Tried:
- Verified Quill.js initialization in the component's mounted hook.
- Tried reinitializing Quill in Livewire.hook('message.received').
- Removed wire:navigate and Quill.js worked, but I lose the SPA behavior.
Please or to participate in this conversation.