Open dicktornfeldt opened 1 month ago
MacOS
<flux:tab :data-selected="request()->routeIs('meals*')" href="{{ route('meals.index') }}">
<flux:tab :data-selected="request() - > routeIs('meals*')" href="{{ route('meals.index') }}">
The arrow between request() and routeIs() should not get expanded
No response
I understand that it's because im using Flux components instead of basic Laravel components after reading: #506
Platform
MacOS
Template before formatting
Template after formatting
Expected Behaviour
The arrow between request() and routeIs() should not get expanded
Relevant log output
No response