Hi,
I am attempting to implement an approach to building a navigation menu recommended by Vlad in a consulting call this morning. He ran into issues during the call and I’ve now reproduced, making me suspect a bug.
Architecture
- Left-Side Nav Menu implemented in layout
- Navigation item via reusable component with pod for sub-items
- (theoretically, there would be another reusable component for sub items that I can then nest in the above pod)
Behavior
When running a page using the layout, or when attempting to load a page that uses the reusable component, the page or layout will fail to load. Error:
App ID: B48F625D-32BF-DADA-FF67-212191E2B500
Reusable Component Name: “Nav Menu Item Set”
Can you guys take a look and let me know your thoughts? I really would like to use this method for crafting the nav bar as it seems the cleanest and most extensible.
Thanks!