Open gsxdsm opened 6 months ago
Hi, could you set up a simple project in order to recreate your issue?
Here's an example project: https://github.com/gsxdsm/livewire-vite-test
See: https://github.com/gsxdsm/livewire-vite-test/blob/main/resources/views/livewire/test.blade.php
When the main contents are updated, the hot reload works correctly. However when the header slot is updated, it does not hot reload (I guess because that's technically not a livewire component?)
yep, I think it is due to the fact that it is not a Livewire component
we'll investigate on that
When I have a livewire full page component and I reference named slots, changes to the contents of the slot don't get hot reloaded properly.