labXD / trpc-figma

tRPC adapter for Figma Plugins 🔌
https://www.npmjs.com/package/trpc-figma
2 stars 1 forks source link

What's the current state of the lib? #4

Open svallory opened 1 year ago

svallory commented 1 year ago

Hi, we tried to add this lib to a figma plugin but got a lot of issues trying to build the plugin after that. Starting with tRPC using globalThis, which is not available in figma

FlorentinoG9 commented 4 weeks ago

this only works if you install the monorepo and run the example directly, I cannot make it work by installing the dependency alone, and following instructions in my project, I might be missing something I got an error saying that the ./link is not defined or something similar. is a cool project but I don't think this is being maintained.