Simeon Lees
Simeon Lees
Hey @alisonjoseph! Thanks for your interest, this isn't something that we've prioritised yet but definitely still thinking about.
Hey @glomotion! We've released some APIs in 1.2.0 to improve Code Connect for icons. For your example, you could initially connect icons as normal: ```typescript figma.connect("icon", { props: { iconId:...
Hey @dstondin-mdsol, we haven't fixed the bug in the playground yet. Will chat to the team and see if we can prioritize it.
Hey all! Thanks for the report and for digging into the error! For context we use the source field to be able to show clickable links the UI (screenshot below)....
Thanks for the report @indrih17, we'll take a look at this. In the meantime I think you should be able to unblock yourself by specifying a gradle wrapper path in...
Hey @ericandrewscott, this is great, thanks for all the detail! ### Nesting If I'm understanding correctly you can achieve this today by using `nestedProps`. Helpers like `children`/`textContent` do not recurse...
Hey @ericandrewscott, we are looking into our options from removing fragments from the returns of code connect (or achieving this in a different way for icons). And that's correct, right...
Hey @ericandrewscott, thanks for the question! We don't have anything in the API to allow you to dynamically execute code to create some output, so as you explored already the...
Hey @ericandrewscott! Thanks for your interest - we're looking into either allowing specifying prettier config or trying to deduce config from code. Right now we don't expose any means to...
Hey @blabute! Thanks for the report - this is a limitation with our API at the moment, as `getProps` can only be used on the `instance()` helper. We're thinking about...