Weird Plasmic codegen issues, importing code components at wrong path

Hi guys, I’ve found a very weird plasmic codegen issue, it imports local code component at the wrong path

Also I’ve I drop a plasmic native nav component in the Plasmic Studio, it will show this Error that this nav component is also not found

Hey @verbal_sparrow! The import path is relative to the root directory where the plasmic.json file is located. You can find more info here: https://docs.plasmic.app/learn/code-components-ref/

Thank you Samuel for clarifying this out for me, now it works perfect!