CallumBoase / plasmic-supabase

GNU General Public License v3.0
8 stars 4 forks source link

Added importPath to SupabaseStorageGetSignedUrl registration for codegen #10

Closed ryanmouritz closed 4 months ago

ryanmouritz commented 5 months ago

Codegen registration failed without importPath parameter in the Plasmic Component Registration for SupabaseStorageGetSignedUrl,

CallumBoase commented 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?