You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this every time I see @(func1(func2())).. such expressions would look clearer as {{ func1(func2()) }} and it's much easier to write a parser for that because you don't get into counting parentheses.