JoseLuisGJ / figmap

Fully customizable styled maps and markers for Figma
16 stars 3 forks source link

Figma file freezes when loading plugin #10

Open steveddan opened 4 weeks ago

steveddan commented 4 weeks ago

When I try to run Figmap, the entire Figma file freezes. The rest of my tabs in Figma are unaffected, but I need to close the tab and reopen the file to continue working. This seems to have started around the release of Figma UI3, but I'm not sure if it's related or not.

JoseLuisGJ commented 2 weeks ago

Hi @steveddan . Could you provide any error info using the console?

steveddan commented 2 weeks ago

Sure. Can you provide any instructions on how to access that?

Also FYI the same issue is happening for others on my team. No one is able to load the plugin.

JoseLuisGJ commented 2 weeks ago

Sure. Can you provide any instructions on how to access that?

Also FYI the same issue is happening for others on my team. No one is able to load the plugin.

Are you running the published version in the Figma community? or a local version from the GitHub source code? If it's a local version ensure you get the last source code from this repo.

In any of those cases here is how to open the console. Once opened provide a screenshot

steveddan commented 2 weeks ago

Ok here are some test cases. It appears the plugin may just be taking a long time to load?

https://www.loom.com/share/11ed8470b04f468db7dacd766a23aa67?sid=c9ab8737-940a-41f7-a0ae-e5b16e406002

JoseLuisGJ commented 1 week ago

Really appreciate your time and your recording @steveddan after wathing it I was researching and trying out some edge cases and it was related with the new dynamic loading methods that Figma introduced recently.

So I decided to just get componentes for the current page rather than fetch all components from all pages for this figma file which makes the running time faster than before. There is a new version in the Figma community so give it a try whenever you can with the same files you were trying before and tell me wether it runs now.

steveddan commented 17 hours ago

Thank you so much! I just tried again and it's loading smoothly for me 🙏🏼