I have a Nav component that is created from a Nav Item component, which has two states: “default” and “active”.
On the Nav instance, I changed one of the menu items to the “active” state, and it works correctly for now (Pic 1).

But when I change the text in the main component, the text in the instance does not update (specifically the instance whose state was changed earlier) (Pic 2)

Heres the link
