Skip to content

Fresh Installation Breaks #1514

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
rjvim opened this issue Jul 10, 2024 · 1 comment · Fixed by #1513
Closed

Fresh Installation Breaks #1514

rjvim opened this issue Jul 10, 2024 · 1 comment · Fixed by #1513

Comments

@rjvim
Copy link
Contributor

rjvim commented Jul 10, 2024

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
@DanielSpravtsev
Copy link
Contributor

DanielSpravtsev commented Jul 16, 2024

beyondcode/herd-community#883

@driesvints I think we need to tag a new release

panich76 added a commit to panich76/jetstream that referenced this issue Mar 5, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants