ai-plugin-template icon indicating copy to clipboard operation
ai-plugin-template copied to clipboard

figma API is not working

Open Akshithpottigari opened this issue 1 year ago • 3 comments

useEffect(() => {
const temp = async () => {
      figmaAPI.run(async (figma) => {
        console.log("figma api");
      });
    };

    temp();
  }, []);

Akshithpottigari avatar Mar 04 '24 05:03 Akshithpottigari

@Akshithpottigari have you been able to solve this issue?

rnrnshn avatar Jul 11 '24 09:07 rnrnshn

No @rnrnshn . I raised this as an issue because it wasn't working for me.

Akshithpottigari avatar Jul 11 '24 09:07 Akshithpottigari

I'm also running into a similar issue! https://github.com/figma/ai-plugin-template/issues/9

klyap avatar Jul 19 '24 22:07 klyap