Set up Octane with FrankenPHP today in docker and noticed that all of my flags are using the default "?" fallback SVG, the flags are dyanmic and use this format <x-icon name="flag-country-{{ $country->code }}" class="h-6 w-6"/>
Confirmed that it's working when I use the static method of <x-flag-country-us class="h-6 w-6"/>
Anyone have an idea of why this may happen or where to start looking?
Set up Octane with FrankenPHP today in docker and noticed that all of my flags are using the default "?" fallback SVG, the flags are dyanmic and use this format
<x-icon name="flag-country-{{ $country->code }}" class="h-6 w-6"/>
Confirmed that it's working when I use the static method of
<x-flag-country-us class="h-6 w-6"/>
Anyone have an idea of why this may happen or where to start looking?