Raj Siva-Rajah
Raj Siva-Rajah
> TipTap v3 BETA is out with awesome new features and is expected to be released later this year. I was going to post the same thing. More details on...
This is how I'm working around it atm, in case it helps. Ideally the messages would be in an unordered list but validation error messages are escaped so I can't...
@danharrin Now that https://github.com/filamentphp/filament/pull/16247 has been merged, I'll get on this
Closed by https://github.com/filamentphp/filament/pull/16741
Hi @jonkarrer. I’d be happy to see if I can reproduce the issue and do some investigating. But can you please make the following changes to your reproduction repo: -...
> In short though, the flaw is preventing Filament's views cached by `artisan view:cache` from actually being used, resulting in what are essentially duplicates being created at request time. Send...
@danharrin I’ve identified the issue and am about to push a PR to the package tools repo. Will link it here when it’s up.
@danharrin Here's the PR. Even if `view:cache` is run, a second set of cached views were being generated. https://github.com/spatie/laravel-package-tools/pull/172
@danharrin Sorry I didn't read your first comment properly. No, looks like no duplicates are generated when you don't run `view:cache`. I didn't realise `view:cache` was broken with Livewire 3....
When I dump `$commands` in `Kernel.php` before anything is removed, I'm not seeing any of the database commands: ```PHP ^ Illuminate\Support\Collection^ {#165 #items: array:16 [ 0 => "NunoMaduro\LaravelConsoleSummary\SummaryCommand" 1 =>...