Hello, plasmic sync is failing for me due to a component reference, but I don’t recognize the id. Is there a way to lookup a component in Plasmic by the id?
Plasmic error: Encountered code component "CompVCsxzRtlt6" that was not registered with an importPath, so we don't know where to import this component from. Please see <https://docs.plasmic.app/learn/code-components-ref/>
269
Error: Command failed with exit code 1: npx plasmic sync --yes -p
Hi @appetizing_ox! Sorry for the delay to respond. That is the TermsOfUse component. Can you confirm if it’s being registered with importPath so we can check if it’s a bug on our end?
(I’m sorry that the message is not showing the component name; I filed that to fix it on our end)
Hi @appetizing_ox! You must have a codebase that is registering that Terms of Use component using PLASMIC.registerComponent, right? That’s the place where you need to specify the importPath.