Closed ryanmouritz closed 4 months ago
Hey Ryan!
Based on work I've done in another component library and also on trawling through Plasmic's code, I thought that the correct importPath (for published component libraries) would be plasmic-supabase
rather than ./index
(despite the fact that all the component ins plasmic-supabase
currently say ./index
)
Eg plasmic-render-markdown example registerComponentMeta
And eg one of the plasmic monorepo's packages
Just checking: did you try the other components in plasmic-supabase
with a codegen project? Did they work fine even though they say ./index
?
Codegen registration failed without importPath parameter in the Plasmic Component Registration for SupabaseStorageGetSignedUrl,