useMatch not updating?
Ive been stuck on this for quite some time, so I would appreciative some help 🙂
4 Replies
It's not really clear what issue you're trying to fix. Please provide some information?
Also, in case you missed it, due to the render-once execution model, the value of
underlineStyle
will never change: whatever value it received when the component is created will remain. If you want it to be reactive, you'd need to define it as a function return the string you want (and call the function in the jsx).can you re explain that in simplier terms
im a bit stupid
so this?
i jsut want the underline to follow