I am trying to do the following in a codegen plugin:
figma.showUI(__html__);
results in the following error:
ror: in showUI: Cannot show UI
at Object.showUI (eval at <anonymous> (eval at createScopedEvaluatorFactory (460842f4-a09d-4d21-ae36-edecdf12b062:1:6906)), <anonymous>:23:21)
at eval (VM5303 PLUGIN_10_SOURCE:212:7)
at eval (VM5303 PLUGIN_10_SOURCE:294:3)
at Proxy.eval (VM5303 PLUGIN_10_SOURCE:296:12)
at Object.eval (eval at createScopedEvaluatorFactory (460842f4-a09d-4d21-ae36-edecdf12b062:1:6906), <anonymous>:8:16)
at 460842f4-a09d-4d21-ae36-edecdf12b062:9:1235
at 460842f4-a09d-4d21-ae36-edecdf12b062:9:1908
at realmEvaluate (460842f4-a09d-4d21-ae36-edecdf12b062:9:10651)
at eval (eval at createCallAndWrapError (460842f4-a09d-4d21-ae36-edecdf12b062:1:1794), <anonymous>:1:615)
at Realm.evaluate (460842f4-a09d-4d21-ae36-edecdf12b062:1:1291)
(
I tried many different variations of this, and ui.html
is referenced in the manifest.json file. I could get the UI to show in a traditional ‘Figma’ plugin. Is showing UI not a possibility in codegen plugins?