I have a component library containing a bunch of components we want our users to use, however we've noticed a strange issue when having multiple of the same component on the same page.
For example, I have a TextInput component which has a number of custom properties including a header text label (input text) and a hint text label (input text).
When I add 2 of these components to the screen and set their header text and hint text everything is fine.
When I then go and change the name of one of the 2 components, the Header label and Hint label are duplicated on the OTHER component.
I've attached a video to demonstrate the issue - I've ahd to zip it because it won't let me upload a .mov