Mykhaylo Ryechkin
Mykhaylo Ryechkin
### Provide a general summary of the issue here When using any of the [ListBox](https://react-spectrum.adobe.com/react-aria/ListBox.html) examples in the docs for React Aria Components in Chrome, iOS VoiceOver reads out "selected"...
I've created an `icons.figma.tsx` file like the docs suggest using the [sample script](https://github.com/figma/code-connect/blob/main/react/scripts/import-icons.ts), and everything is working great as far as Figma goes. The generated code is exactly what I...
The current [website](https://react-docgen.dev/) is missing documentation for most features. Are there plans of adding this? I'm trying to see how to use this tool to document components that use JSDoc...
Didn't see this mentioned anywhere in the docs. How are we supposed to be testing Code Connect files? Is the expectation that we just publish / unpublish code until it's...
I'm following the docs for [Template V2](https://developers.figma.com/docs/code-connect/template-v2-api/) and [No Parser](https://developers.figma.com/docs/code-connect/no-parser/) approach, and seems like the template files only work when using `require` and `export default`? If I try the following...
Is there a way to perform operations on the prop values coming from Figma, before they're passed to `example`? My scenario is as follows: - We have an `Errors` component...