Imported components are missing props and child elements
See image, Box and Box2 are identical but show up differently cause of import
Looks like this happens when missing a tsconfig.json. Replicate by:
- loading
examples-private/no-configexample - click on box element
- no props
- click ambientLight and move it
- now everything is loaded in
Area of interest:
@triplex/server->getElementFilePath()
Edit: That said your example does have a tsconfig. Hmm.
Can you confirm this happens with tsconfigs? I can replicate it without tsconfig, can't with.
seems this has been fixed in one of the recent updates. I'll do more testing later today to make sure i dont have the issue anywhere and this can be closed
I can still replicate it in projects that don't use a tsconfig so it's still valid to keep open
To keep focus I'm closing this as low priority. If anyone runs into this please make a new issue and I can take a look.