Component Custom Properties Not Inherited

So long story short, see title. The longer story is that I have a Valuechange script that rearranges the instances in my view canvas when someone 'zooms' in on the map. I noticed it would work in the users project but not the Admin/DM project. Both projects inherit the map module from a global project. After overriding the resource in both projects I found that one of the custom properties was missing from one of the views. I am using the Ignition Makers edition and version 8.1.20. Obviously I can just go back to managing the map module in two separate projects but that kind of goes against inheritance. Any thoughts?

Figured it out, I was missing some of the session properties that I was using for my indirect tag binding. For some reason this was keeping the custom property from even showing. Once I added those session properties it appeared in the component tree!