Hi
Spent a couple of hours trying to figure out something I assumed would be really easy but I'm not getting it
I have over ridden my views-view-fields.html.twig file and that works fine
I render my fields using {{ fields.uid.content }} and that also works fine
What doesn't is if I try and run an if statement over it.
fields.uid.0 returns nothing
fields.uid.value also returns nothing
fields.uid causes an error
so how do I do something like
{% if fields.uid.content == 'John' %} ...