FIGMA IF YOU ARE READING THIS, I have had a support case open for days and you have not responded. This is critical for my organization.
We’ve created a table component in Figma and published a CodeConnect mapping using what used to be called Figma’s no-parser setup and now appears to just be documented under “template API” (https://developers.figma.com/docs/code-connect/template-api/).
If we look at the snippet in the Figma sidebar, our code snippet shows up just fine, but when we query the MCP server, we get back its own completely-fabricated guess as to what it should be instead of our snippet, including dumping raw Figma props onto our React component instead of the mapped props.
If we only add one row from the table, it works fine. If we add more than that, it fails. My best guess is some sort of size limit that Figma MCP has and then it falls back to something else? I have tried everything I can think of and am at a loss.
