You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I git cloned this repo and replaced id with my plugin id and run npm run dev,
import plugin manifest.json from dist file. Figma popup a toast saying my plugin has been imported. But there nothing changed/show up in the plugin panel
// Upate:
I resolved the problem by added inspect capability and dev editorType
Oh I see Figma separated the editorType into "figma" for the design mode, "dev" for the dev mode.
I'll update the initial figma.manifest.ts to reflect that! Thanks for pointing that out!
For the "inspect" capability, do you actually use anything that requires that capability in your UI code?
I git cloned this repo and replaced id with my plugin id and run
npm run dev
,import plugin manifest.json from dist file. Figma popup a toast saying my plugin has been imported. But there nothing changed/show up in the plugin panel
// Upate:
I resolved the problem by added inspect capability and dev editorType
and also modify plugin.ts as follow:
The text was updated successfully, but these errors were encountered: