Closed inmanturbo closed 4 months ago
This PR fixes a bug introduced in #1509 that throws an UnhandledMatchError on fresh install (livewire with teams).
UnhandledMatchError
The Teams dropdown uses width="60" which results in error as there's no case to match
width="60"
<!-- Teams Dropdown --> @if (Laravel\Jetstream\Jetstream::hasTeamFeatures()) <div class="ms-3 relative"> <x-dropdown align="right" width="60">
fixes #1514
This PR fixes a bug introduced in #1509 that throws an
UnhandledMatchError
on fresh install (livewire with teams).The Teams dropdown uses
width="60"
which results in error as there's no case to matchfixes #1514