Skip to content

Fresh Installation Breaks #1514

Closed
Closed
@rjvim

Description

@rjvim

Jetstream Version

5.1.3

Jetstream Stack

Livewire

Laravel Version

11.9

PHP Version

8.3

Database Driver & Version

No response

Description

In dropdown.blade.php we have following widths supported:
https://github.com/laravel/jetstream/blob/5.x/stubs/livewire/resources/views/components/dropdown.blade.php#L11

$width = match ($width) {
    '48' => 'w-48',
};

In navigation-menu.blade.php, we use:

https://github.com/laravel/jetstream/blob/5.x/stubs/livewire/resources/views/navigation-menu.blade.php#L25

 <x-dropdown align="right" width="60">

I am guessing we need to '60' => 'w-60', to dropdown.

Steps To Reproduce

  1. Run laravel new new-app
  2. Select following options
Screenshot 2024-07-10 at 14 26 37

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions