I’m really stumped with this one. I’ve been working on making a site using atomic design structure as per the Web Design Magic course and have hit an odd issue.
I’m creating prefabs to build my pages with. My first prefab worked exactly as intended, but my second prefab refuses to render the children inside of Cornerstone once added to a page. I’ve triple checked and the only difference between my first prefab and this one is that I created a slot component for the section first.
So here’s how it looks as a component:
Everything works as intended here. Structure is using a component from my #slots cause i wanted to create a few different layout from it. Inside of that slot is a row element with 2 columns, The 2 columns are set as slots for this prefab. I’ve populated those slots with my atom elements.
So far so good, however when I then go to use that Prefab in my page it’s not rendering any of the atoms:
Though they definitely are there according to the sidebar and I can interact with them in the inspector:
And it shows up as intended on the actual page itself:
So I’m stumped on this one… Any help appreciated.