Can you sync code components back into the original codebase?

I have one question regarding code component registration using codegen, so once I registered code components into plasmic studio, I shouldn’t sync plasmic project back to the original code base right? I tried doing this and it messed up the code base hard with tons of export import errors

In case you have any changes in the studio, you should/can sync changes back. The import error occurs mostly because of invalid importPath property. It should provide a complete path relative to srcDir

Another property is isDefaultExport. It’s value should be consistent with the registered component as well.