Rishi Rabheru

Results 17 comments of Rishi Rabheru

HI @aditya-anant-zocdoc can you try ``` leftIcon: figma.boolean('leftIcon', { true: figma.nestedProps('Left Icon', { instance: figma.instance('Instance'), }), false: {instance: undefined}, }), ```

Hi @aditya-anant-zocdoc , can you share your full code connect file please

Hi @aditya-anant-zocdoc Thank you. Please try changing `LeftIcon={leftIcon}` to `LeftIcon={leftIcon.instance}`

Hi @aditya-anant-zocdoc . To support icons, please refer to this section in the documentation https://github.com/figma/code-connect/blob/main/docs/react.md#icons-as-react-components

Hi @rodrigolungui . Thank you. We are are planning to work on a fix for this case where design files are too large to be returned. At present, there isn't...

HI @siddharthkul, it is not currently possible, but we are exploring ways to expose that

Hi @amyleed2 . Thank you for your report. To unblock for now, have you tried a variant restriction on `isSubtle` ? ``` struct RightItem : FigmaConnect { let component =...