Hi,
I'm using the MenuComponent in React and when changing a state variable, the template for the menu items does not get refreshed.
Example provided in the attached file: I have a boolean state variable called "enabled" (initial value: false), when clicking on the single menu item, the value of "enabled" gets changed (i.e. changed to true). However, the template for the menu item stays as it is (it should change the text of the menu item from "Disabled" to "Enabled").
What can I do?
Attachment:
DHeader_8885d72.zip