I have a Figma Make prototype that keeps freezing in Figma Make. It loads but when you start clicking things won’t work in the Mac app or the Browser. But the published version works fine in the browser. I also keep getting the same 3 warnings and the Fix for me button over and over. I checked the console log in the browser and it mentioned something about too many react calls being logged
I put the console results into Make and had it look at them and this is what it returned
Here's what's happening and the recommended solution:
The Statsig library (used by Figma internally for analytics) is stuck in an infinite retry loop because it can't initialize properly in the Figma Make preview environment. Every second it logs "Statsig is not ready to log exposures, will retry in 1 seconds" and queues another retry, eventually creating thousands of pending callbacks that lock up the browser.
Immediate workaround: Try refreshing the Figma Make preview or restarting the browser tab. The freezing should go away temporarily until Statsig starts retrying again.
Best solution: This is a Figma Make platform bug that you should report to Figma. The published app works because it has different initialization conditions. In the meantime, you could:
- Clear browser cache and cookies for Figma Make
- Try in an incognito window
- Use a different browser (Chrome vs Firefox vs Safari)
- Report this to Figma Support - this is clearly a platform issue
I tried 1-3 so now I’m contacting you guys 😁
