2๐
โ
I think you should add wire:ignore to your canvas tag, if part of a component it will rerender to initial state by Livewire.
https://laravel-livewire.com/docs/third-party-libraries/
Look for section => Ignoring DOM-changes (using wire:ignore)
Source:stackexchange.com