Reset to Main State does not carry over edited nested components
Resetting to main state not carrying over nested components that have been edited is a huge pain. When developing an entire app it's quite crippling to have set up a bunch of pages or screens using components with nested components only to find out that when you edit the master one, you can't reset the others to it without their nested components going back to the nested components specific default. I'll try to explain with an example...
1. Take a simple text item and make it a component

2. Nest this compnent within another component. For this example I used a box.

3. Duplicate the box component with the other components inside, changed the background color to tell the two apart.

4.Change one of the nested components within the master Box component and you can already see the issue, the change doesn't carry over to the red box.

5. Try to fix this by right clicking the red box, and hitting "Reset to Main State" and the text box doesn't change, only the background color.

Is this on purpose? It's a nightmare to work with larger apps where you may have nested components everywhere that you'd like to keep updated and consistent. Maybe I'm missing a setting or am not doing this correctly?
Thanks!