Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figma API is not working #8

Open
Akshithpottigari opened this issue Mar 4, 2024 · 3 comments
Open

figma API is not working #8

Akshithpottigari opened this issue Mar 4, 2024 · 3 comments

Comments

@Akshithpottigari
Copy link

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

    temp();
  }, []);
@rnrnshn
Copy link

rnrnshn commented Jul 11, 2024

@Akshithpottigari have you been able to solve this issue?

@Akshithpottigari
Copy link
Author

Akshithpottigari commented Jul 11, 2024

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

@klyap
Copy link

klyap commented Jul 19, 2024

I'm also running into a similar issue! #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants