Hey all,
I’m having a particularly annoying issue when dealing with overrides on instances. I have a few basic components that make up the entirety of a navigation component. All of the names are the same between each component, object, nested components, etc. so overrides should be retained.
Nav Item
Nav List Group
Nav List Sections
Each of these use that first Nav Item component to make it. They all have the same exposed props/overrides and as far as I can tell, as I built these components fresh after my previous build showed the same issues, all layer names are identical between nested instances and thus should retain overrides.
When using these to make my Left Nav component, the instances in the left nav component group shows all the overrides made in the properties panel. As you can see here:
However, when I make an instance of that left nav component, those property overrides no longer are retained in the properties panel despite still showing the override content visually.
I’d appreciate any help you all can muster. I’m at my wits end.
Here’s a video showing the issue in action: