Stencil Components + Next.js app/ folder

Can any of you help me? I have my company’s design system that is using the stencil and they work perfectly in the next version that uses the pages/ folder, but trying to use it in the app/ folder in the new 13.4 version the components are loaded but the style is not

If I set the defineCustomElements in page layout the component appears and disappears soon after, but in html it stays but its style doesn’t!

I tried to use defineCustomElements in layout too but, doesn’t work

Hi. Just checking if you ever managed to solve this. I just started rewriting an ionic/react app with nextjs for my first nextjs project, and wanted to start with the latest “best practice” in nextjs