wire-elements / modal

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
MIT License
1.09k stars 129 forks source link

Latest compiled component path not found. #436

Closed hazratmilad closed 3 months ago

hazratmilad commented 3 months ago

we get

Latest compiled component path not found.

at vendor/livewire/livewire/src/Mechanisms/ExtendBlade/DeterministicBladeKeys.php:16 12▕ 13▕ public function generate() 14▕ { 15▕ if (! $this->lastPath) { ➜ 16▕ throw new \Exception('Latest compiled component path not found.'); 17▕ } 18▕ 19▕ $path = $this->lastPath; 20▕ $count = $this->counter();

  +9 vendor frames 

10 [internal]:0 Illuminate\Foundation\Console\ViewCacheCommand::Illuminate\Foundation\Console{closure}(Object(Symfony\Component\Finder\SplFileInfo), "/Users/milad/PhpstormProjects/bludex-api/resources/views/components/layouts/app.blade.php") +35 vendor frames

46 artisan:13 Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))

when execute

php artisan optimize

fail in views

PhiloNL commented 3 months ago

This is related to Livewire and not this package. Please report your issue to the Livewire repositories.