Skip to main content

I have been working on a plugin and it was working perfectly fine. But now, when I try to run it the console shows this error:


InternalError: unconsistent stack size: 2 4 (pc=151)

I tried restarting thinking it might be something related to Figma’s internal behavior but didn’t help.


What might be the reason for this error?


Thanks!

Same!


InternalError: unconsistent stack size: 2 3 (pc=1048)

Running ‘watch’ / ‘npx webpack --mode=development --watch’ compiles fine, but attempting a production build with ‘build’ / ‘npx webpack --mode=production’ results in the plugin not launching with this error.


Reply