##From v1 to v2
v2 adds compatibility with Laravel 8 and Livewire 3.
##Remove scripts component & Alpine
The <x-comments::scripts />
component has been removed, you can remove this from your layout, Alpine is now included with Livewire by default, so this can be removed as well:
<x-comments::scripts />
<script src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>