Iosif Chatzimichail
Iosif Chatzimichail
I am only getting it when using json_encode, not normal Antlers. Whatever the reason it is fixed with this PR through.
> Can you show how you are using it? I'm using it in the nav tag to send the navigation to a Vue component. ``` {{ nav:main include_home="true" as="menuItems" }}...
I returned to this site and unfortunately the fix by @jasonvarga doesn't seem to work. The original fix by Duncan does. Can I somehow help debug this?
Hey Duncan thanks for this and for your help. Just to add my notes and possibly I could help with writing a draft if I get all my facts straight....
Are you using a {{ nocache }} tag?
Can someone try the following: Publish the Livewire config: ``` php artisan livewire:publish --config ``` In the config disable assets injection: ``` 'inject_assets' => false, ``` and then manually add...
@marcorieser No, the key is disabling auto injection in Livewire's config. That how I solved this issue when using half measure caching and Livewire Filters: https://livewirefilters.com/docs/v1/common-issues#content-the-add-on-doesnt-work-correctly-when-using-static-caching My guess is that...
+1 for this, this should work as the fields are Localizable.
Hey @GertTimmerman if it helps at all, this is how we handled this. We edited the Asset blueprint and added the alt text for each language using a handle like...
I've noticed the same thing on my Mac Mini M4. Ray is just idle and it uses a lot of CPU.