- My goal: Building custom components with named components
- Issue: Named components are ignored
- Steps I've taken to troubleshoot: Rebuilt custom components, watched the manifest files
- Additional info: (Cloud or Self-hosted, Screenshots)
Hi all, I’m taking custom components for a spin for the first time. The official docs work fine and I’m able to accomplish what I want. However I cannot move the custom component out of index.tsx and have it built, no matter how I try to import it from a separate file (e.g. Barrel File Pattern).
A comment in a related issue references using named imports (which would be incredibly helpful for code organisation), but I’ve had no luck with them.
Perhaps the powers that be could update the example github repo with a working example?