#navLink
1 messages · Page 1 of 1 (latest)
as far as I remember you need to do ({ isActive })
the function receives an object with isActive as a property
so the reason it's always true is because an object is a truthy value
Thank you for your answer. But its didnt work. My isActive always comes false